X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=arch%2Fh8300%2FKconfig;h=e2e9f57abe2e33c012961f49734dea1837a69834;hb=cfa76f024f7c9e65169425804e5b32e71f66d0ee;hp=1734d96422c60f82219e779d57bae3c81fac525b;hpb=255f0385c8e0d6b9005c0e09fffb5bd852f3b506;p=linux-2.6-omap-h63xx.git diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index 1734d96422c..e2e9f57abe2 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig @@ -49,10 +49,18 @@ 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 @@ -60,6 +68,9 @@ config TIME_LOW_RES config NO_IOPORT def_bool y +config NO_DMA + def_bool y + config ISA bool default y @@ -212,6 +223,8 @@ endmenu source "fs/Kconfig" +source "kernel/Kconfig.instrumentation" + source "arch/h8300/Kconfig.debug" source "security/Kconfig"