diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0dd24ebdf6ac..9731b3f826ab 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -8,6 +8,7 @@ mainmenu "Linux Kernel Configuration" | |||
8 | config ARM | 8 | config ARM |
9 | bool | 9 | bool |
10 | default y | 10 | default y |
11 | select RTC_LIB | ||
11 | help | 12 | help |
12 | The ARM series is a line of low-power-consumption RISC chip designs | 13 | The ARM series is a line of low-power-consumption RISC chip designs |
13 | licensed by ARM Ltd and targeted at embedded applications and | 14 | licensed by ARM Ltd and targeted at embedded applications and |
@@ -53,6 +54,10 @@ config RWSEM_GENERIC_SPINLOCK | |||
53 | config RWSEM_XCHGADD_ALGORITHM | 54 | config RWSEM_XCHGADD_ALGORITHM |
54 | bool | 55 | bool |
55 | 56 | ||
57 | config GENERIC_HWEIGHT | ||
58 | bool | ||
59 | default y | ||
60 | |||
56 | config GENERIC_CALIBRATE_DELAY | 61 | config GENERIC_CALIBRATE_DELAY |
57 | bool | 62 | bool |
58 | default y | 63 | default y |
@@ -835,6 +840,8 @@ source "drivers/usb/Kconfig" | |||
835 | 840 | ||
836 | source "drivers/mmc/Kconfig" | 841 | source "drivers/mmc/Kconfig" |
837 | 842 | ||
843 | source "drivers/rtc/Kconfig" | ||
844 | |||
838 | endmenu | 845 | endmenu |
839 | 846 | ||
840 | source "fs/Kconfig" | 847 | source "fs/Kconfig" |