diff options
Diffstat (limited to 'arch/m32r/Kconfig')
-rw-r--r-- | arch/m32r/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig index f57113f..dbaed4a 100644 --- a/arch/m32r/Kconfig +++ b/arch/m32r/Kconfig @@ -36,15 +36,14 @@ config NO_IOPORT config NO_DMA def_bool y -config ARCH_SUPPORTS_AOUT - def_bool y - config HZ int default 100 source "init/Kconfig" +source "kernel/Kconfig.freezer" + menu "Processor type and features" |