diff options
Diffstat (limited to 'arch/m68knommu/Kconfig')
-rw-r--r-- | arch/m68knommu/Kconfig | 27 |
1 files changed, 4 insertions, 23 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index 76b66feb74df..4beb59dfc6ec 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig | |||
@@ -14,6 +14,10 @@ config MMU | |||
14 | bool | 14 | bool |
15 | default n | 15 | default n |
16 | 16 | ||
17 | config NO_DMA | ||
18 | bool | ||
19 | default y | ||
20 | |||
17 | config FPU | 21 | config FPU |
18 | bool | 22 | bool |
19 | default n | 23 | default n |
@@ -398,12 +402,6 @@ config M5307C3 | |||
398 | help | 402 | help |
399 | Support for the Motorola M5307C3 board. | 403 | Support for the Motorola M5307C3 board. |
400 | 404 | ||
401 | config eLIA | ||
402 | bool "Moreton Bay eLIA board support" | ||
403 | depends on M5307 | ||
404 | help | ||
405 | Support for the Moreton Bay eLIA board. | ||
406 | |||
407 | config SECUREEDGEMP3 | 405 | config SECUREEDGEMP3 |
408 | bool "SnapGear SecureEdge/MP3 platform support" | 406 | bool "SnapGear SecureEdge/MP3 platform support" |
409 | depends on M5307 | 407 | depends on M5307 |
@@ -697,25 +695,8 @@ config ISA_DMA_API | |||
697 | depends on !M5272 | 695 | depends on !M5272 |
698 | default y | 696 | default y |
699 | 697 | ||
700 | menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)" | ||
701 | |||
702 | config PCI | ||
703 | bool "PCI support" | ||
704 | help | ||
705 | Support for PCI bus. | ||
706 | |||
707 | config COMEMPCI | ||
708 | bool "CO-MEM lite PCI controller support" | ||
709 | depends on (M5307 || M5407) | ||
710 | |||
711 | source "drivers/pci/Kconfig" | ||
712 | |||
713 | source "drivers/pcmcia/Kconfig" | 698 | source "drivers/pcmcia/Kconfig" |
714 | 699 | ||
715 | source "drivers/pci/hotplug/Kconfig" | ||
716 | |||
717 | endmenu | ||
718 | |||
719 | menu "Executable file formats" | 700 | menu "Executable file formats" |
720 | 701 | ||
721 | source "fs/Kconfig.binfmt" | 702 | source "fs/Kconfig.binfmt" |