X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fi386%2FKconfig;h=dcb0ad098c601d00b339fe4685d7452de96c25ef;hb=d7271b14b2e9e5905aba0fbf5c4dc4f8980c0cb2;hp=a801d9d486064f9e1c631cc117ae4e81624ce1dd;hpb=99ad25a313bda566a346b46a6015afa65bc0a02b;p=linux-2.6 diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index a801d9d486..dcb0ad098c 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -454,8 +454,9 @@ config HPET_TIMER Choose N to continue using the legacy 8254 timer. config HPET_EMULATE_RTC - bool "Provide RTC interrupt" + bool depends on HPET_TIMER && RTC=y + default y config SMP bool "Symmetric multi-processing support" @@ -753,6 +754,7 @@ config NUMA depends on SMP && HIGHMEM64G && (X86_NUMAQ || X86_GENERICARCH || (X86_SUMMIT && ACPI)) default n if X86_PC default y if (X86_NUMAQ || X86_SUMMIT) + select SPARSEMEM_STATIC # Need comments to help the hapless user trying to turn on NUMA support comment "NUMA (NUMA-Q) requires SMP, 64GB highmem support"