摘要:
答: 执行以下命令: # dmesg|grep -i acpi |grep -i supports (S3表示支持深度睡眠) ACPI: (supports S0 S1 S3 S4 S5) 阅读全文
posted @ 2019-08-09 17:32
Jello
阅读(507)
评论(0)
推荐(0)
摘要:
1. #if IS_ENABLED(CONFIG_XXX) 1.1 IS_ENABLED的定义如下: /* * IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm', * 0 otherwise. */ #d 阅读全文
posted @ 2019-08-09 12:12
Jello
阅读(3349)
评论(0)
推荐(0)