continue massive kernel menuconfig reorganization
[openwrt.git] / target / linux / Config.in
index f360a0c..5fca0f0 100644 (file)
@@ -79,128 +79,135 @@ config BR2_PACKAGE_KMOD_BRCM_ET
        help
          Proprietary driver for Broadcom Ethernet chipsets
 
-config BR2_PACKAGE_KMOD_ARPT
-       tristate "ARP firewalling support"
-       default m
-       help
-         Kernel modules for ARP firewalling
-
-config BR2_PACKAGE_KMOD_EBT
-       tristate "Ethernet Bridge firewalling support"
-       default m
-       help
-         Kernel modules for bridge firewalling
+comment "Networking modules ------------"
 
-config BR2_PACKAGE_KMOD_IPTABLES_V4
-       tristate "Basic set of kernel modules for iptables"
-       default y
+config BR2_PACKAGE_KMOD_ATM
+       tristate "kmod-atm....................... ATM support"
+       default y if BR2_LINUX_2_4_AR7
        help
-         Kernel modules for IPv4 firewalling
+         ATM support
 
-config BR2_PACKAGE_KMOD_IPTABLES_V4_EXTRA
-       tristate "Extra modules for iptables"
+config BR2_PACKAGE_KMOD_GRE
+       tristate "kmod-gre....................... GRE tunneling driver"
        default m
        help
-         Extra kernel modules for IPv4 firewalling
+         Kernel support for GRE tunnels
 
 config BR2_PACKAGE_KMOD_IPV6
-       tristate "IPv6 support"
+       tristate "kmod-ipv6...................... IPv6 support"
        default m
        help
          Kernel modules for IPv6 protocol support
          
-config BR2_PACKAGE_KMOD_IPTABLES_V6
-       tristate "Kernel modules for ip6tables"
+config BR2_PACKAGE_KMOD_PPP
+       tristate "kmod-ppp....................... PPP support"
        default m
-       depends BR2_PACKAGE_KMOD_IPV6
        help
-         IPv6 firewalling support
+         Kernel support for PPP
 
-config BR2_PACKAGE_KMOD_IDE
-       tristate "IDE support"
+config BR2_PACKAGE_KMOD_MPPE
+       tristate   "kmod-mppe.................... PPP MPPE/MPPC module"
        default m
+       depends BR2_PACKAGE_KMOD_PPP
+       select BR2_PACKAGE_KMOD_CRYPTO
        help
-         Kernel modules for IDE support
-         useful for usb mass storage devices (e.g. on WL-HDD)
+         Support for Microsoft PPP Encryption/Compression
 
-config BR2_PACKAGE_KMOD_LOOP
-       tristate "loop mount support"
+config BR2_PACKAGE_KMOD_PPPOE
+       tristate   "kmod-pppoe................... PPPoE (PPP over Ethernet) kernel support"
        default m
+       depends BR2_PACKAGE_KMOD_PPP
        help
-         Kernel module for loop mount support
+         Support for PPP over Ethernet
 
-config BR2_PACKAGE_KMOD_NBD
-       tristate "network block device"
+config BR2_PACKAGE_KMOD_PPPOATM
+       tristate   "kmod-pppoatm................. PPPoA (PPP over ATM) kernel support"
+       default y if BR2_LINUX_2_4_AR7
        default m
+       depends BR2_PACKAGE_KMOD_PPP
+       select BR2_PACKAGE_KMOD_ATM
        help
-         Kernel module for network block device
+         Support for PPP over ATM
 
-config BR2_PACKAGE_KMOD_LP
-       tristate "parallel port and lp support"
+config BR2_PACKAGE_KMOD_SCHED
+       tristate "kmod-sched..................... Traffic schedulers"
        default m
        help
-         Kernel modules for line printer and parallel port support
+         Kernel schedulers for IP traffic
 
-config BR2_PACKAGE_KMOD_CRYPTO
-       tristate "CryptoAPI modules"
+config BR2_PACKAGE_KMOD_TUN
+       tristate "kmod-tun....................... Universal TUN/TAP driver"
        default m
-       select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
        help
-         Kernel modules for cryptographic algorithms
+         Kernel support for the TUN/TAP tunneling device
 
-config BR2_PACKAGE_KMOD_PPP
-       tristate "PPP support"
+
+comment "Filtering/Firewalling ---------"
+
+config BR2_PACKAGE_KMOD_ARPTABLES
+       tristate "kmod-arptables................. ARP firewalling support"
        default m
        help
-         Kernel support for PPP
+         Kernel modules for ARP firewalling
 
-config BR2_PACKAGE_KMOD_MPPE
-       tristate "PPP MPPE/MPPC module"
+config BR2_PACKAGE_KMOD_EBTABLES
+       tristate "kmod-ebtables.................. Ethernet Bridge firewalling support"
        default m
-       select BR2_PACKAGE_KMOD_CRYPTO
-       depends BR2_PACKAGE_KMOD_PPP
        help
-         Support for Microsoft PPP Encryption/Compression
+         Kernel modules for bridge firewalling
 
-config BR2_PACKAGE_KMOD_PPPOE
-       tristate "PPPoE modules"
+config BR2_PACKAGE_KMOD_IPTABLES_V4
+       tristate "kmod-iptables.................. Basic set of kernel modules for iptables"
+       default y
+       help
+         Kernel modules for IPv4 firewalling
+
+config BR2_PACKAGE_KMOD_IPTABLES_V4_EXTRA
+       tristate "kmod-iptables-extra............ Extra modules for iptables"
        default m
-       depends BR2_PACKAGE_KMOD_PPP
        help
-         Support for PPP over Ethernet
+         Extra kernel modules for IPv4 firewalling
 
-config BR2_PACKAGE_KMOD_PPPOATM
-       tristate "PPP over ATM"
-       default y if BR2_LINUX_2_4_AR7
+config BR2_PACKAGE_KMOD_IPTABLES_V6
+       tristate "kmod-ip6tables................. Kernel modules for ip6tables"
        default m
-       depends BR2_PACKAGE_KMOD_PPP
-       select BR2_PACKAGE_KMOD_ATM
+       depends BR2_PACKAGE_KMOD_IPV6
        help
-         Support for PPP over ATM
+         IPv6 firewalling support
 
-config BR2_PACKAGE_KMOD_ATM
-       tristate "ATM support"
-       default y if BR2_LINUX_2_4_AR7
+comment "Block devices support ---------"
+
+config BR2_PACKAGE_KMOD_IDE
+       tristate "kmod-ide....................... IDE support"
+       default m
        help
-         ATM support
+         Kernel modules for IDE support
+         useful for usb mass storage devices (e.g. on WL-HDD)
+         
 
-config BR2_PACKAGE_KMOD_TUN
-       tristate "Universal TUN/TAP driver"
+config BR2_PACKAGE_KMOD_LOOP
+       tristate "kmod-loop...................... loop mount support"
        default m
        help
-         Kernel support for the TUN/TAP tunneling device
+         Kernel module for loop mount support
+         
 
-config BR2_PACKAGE_KMOD_GRE
-       tristate "GRE tunneling driver"
+config BR2_PACKAGE_KMOD_NBD
+       tristate "kmod-nbd....................... network block device"
        default m
        help
-         Kernel support for GRE tunnels
+         Kernel module for network block device
+         
 
-config BR2_PACKAGE_KMOD_SCHED
-       tristate "Traffic schedulers"
+comment "Cryptographic support ---------"
+
+config BR2_PACKAGE_KMOD_CRYPTO
+       tristate "kmod-crypto.................... CryptoAPI modules"
        default m
+       select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
        help
-         Kernel schedulers for IP traffic
+         Kernel modules for cryptographic algorithms
+         
 
 comment "Filesystems support -----------"
 
@@ -209,24 +216,28 @@ config BR2_PACKAGE_KMOD_CIFS
        default m
        help
          Kernel modules for CIFS support
+         
 
 config BR2_PACKAGE_KMOD_FS_EXT2
        tristate "kmod-fs-ext2................... EXT2 filesystem support"
        default m
        help
          Kernel modules for EXT2 filesystem support
+         
 
 config BR2_PACKAGE_KMOD_FS_EXT3
        tristate "kmod-fs-ext3................... EXT3 filesystem support"
        default m
        help
          Kernel modules for EXT3 filesystem support
+         
 
 config BR2_PACKAGE_KMOD_FS_HFSPLUS
        tristate "kmod-fs-hfsplus................ HFS+ filesystem support"
        default m
        help
          Kernel modules for HFS+ filesystem support
+         
 
 config BR2_PACKAGE_KMOD_FS_NFS
        tristate "kmod-fs-nfs.................... NFS support"
@@ -552,6 +563,13 @@ config BR2_PACKAGE_KMOD_BLUETOOTH
          Bluetooth drivers and network stack
          
 
+config BR2_PACKAGE_KMOD_LP
+       tristate "kmod-lp........................ Parallel port and lp support"
+       default m
+       help
+         Kernel modules for line printer and parallel port support
+         
+
 config BR2_PACKAGE_KMOD_WD1100
        tristate "kmod-wd1100.................... Soekris net4801 watchdog"
        default y