X-Git-Url: http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=blobdiff_plain;f=arch%2Fh8300%2FKconfig;h=ff6a8712bd6d8c3f59f7724050d9793a22db3fcf;hp=34a84bc4baf59ae515c1a0b0c899deee21604ef4;hb=e403149c92a2a0643211debbbb0a9ec7cc04cff7;hpb=f0d1b0b30d250a07627ad8b9fbbb5c7cc08422e8 diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index 34a84bc..ff6a871 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see Documentation/kbuild/config-language.txt. +# see Documentation/kbuild/kconfig-language.txt. # mainmenu "uClinux/h8300 (w/o MMU) Kernel Configuration" @@ -17,6 +17,10 @@ config SWAP bool default n +config ZONE_DMA + bool + default y + config FPU bool default n @@ -45,14 +49,28 @@ config GENERIC_HWEIGHT bool default y +config GENERIC_HARDIRQS + bool + default y + config GENERIC_CALIBRATE_DELAY bool default y +config GENERIC_TIME + bool + default y + config TIME_LOW_RES bool default y +config NO_IOPORT + def_bool y + +config NO_DMA + def_bool y + config ISA bool default y @@ -205,6 +223,8 @@ endmenu source "fs/Kconfig" +source "kernel/Kconfig.instrumentation" + source "arch/h8300/Kconfig.debug" source "security/Kconfig"