X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Fh8300%2FKconfig;h=e35f74e6e50566d489852d5156013e5e65de9c5d;hb=b6257a9036f06878a0f02354d5a07f155e1cfee0;hp=34a84bc4baf59ae515c1a0b0c899deee21604ef4;hpb=b22364c8eec89e6b0c081a237f3b6348df87796f;p=karo-tx-linux.git diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index 34a84bc4baf5..e35f74e6e505 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig @@ -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