summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2010-06-09 14:41:15 +0800
committerJoshua Lock <josh@linux.intel.com>2010-06-09 10:20:43 +0100
commit2e54470a0b9ddb9967a22f881ae678a975e3abd2 (patch)
tree803df0da843225bf8e1f59f7dd2278a2d10ead21 /meta
parent6f28a05cccadfad87bcfa174b52e35fcd44925ed (diff)
downloadpoky-2e54470a0b9ddb9967a22f881ae678a975e3abd2.tar.gz
Fix the issue of /dev/misc/rtc missing from hwclock.sh
Build RTC driver into kernel by default on qemux86 to avoid missing of /dev/misc/rtc Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/linux/linux-2.6.33.2/qemux86/defconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/packages/linux/linux-2.6.33.2/qemux86/defconfig b/meta/packages/linux/linux-2.6.33.2/qemux86/defconfig
index 218ff6afc3..84bfba5ae5 100644
--- a/meta/packages/linux/linux-2.6.33.2/qemux86/defconfig
+++ b/meta/packages/linux/linux-2.6.33.2/qemux86/defconfig
@@ -1154,8 +1154,7 @@ CONFIG_PRINTER=y
1154# CONFIG_IPMI_HANDLER is not set 1154# CONFIG_IPMI_HANDLER is not set
1155# CONFIG_HW_RANDOM is not set 1155# CONFIG_HW_RANDOM is not set
1156# CONFIG_NVRAM is not set 1156# CONFIG_NVRAM is not set
1157# CONFIG_RTC is not set 1157CONFIG_RTC=y
1158# CONFIG_GEN_RTC is not set
1159# CONFIG_DTLK is not set 1158# CONFIG_DTLK is not set
1160# CONFIG_R3964 is not set 1159# CONFIG_R3964 is not set
1161# CONFIG_APPLICOM is not set 1160# CONFIG_APPLICOM is not set