+config BR2_PACKAGE_KMOD_NLS_BASE
+ tristate "basic native language support for filesystems"
+ default m
+ help
+ Kernel native language support
+
+config BR2_PACKAGE_KMOD_NLS_CP437
+ tristate "code page 437"
+ default m
+ help
+ Kernel native language support
+
+config BR2_PACKAGE_KMOD_NLS_CP850
+ tristate "code page 850"
+ default m
+ help
+ Kernel native language support
+
+config BR2_PACKAGE_KMOD_NLS_UTF8
+ tristate "utf8"
+ default m
+ help
+ Kernel native language support
+
+config BR2_PACKAGE_KMOD_NLS_IS08859_1
+ tristate "iso8859-1"
+ default m
+ help
+ Kernel native language support
+
+config BR2_PACKAGE_KMOD_VIDEODEV
+ tristate "Video (For Linux) kernel support"
+ default m
+
+config BR2_PACKAGE_KMOD_PWC
+ tristate "Kernel driver for USB Philips Cameras"
+ default m
+
+config BR2_PACKAGE_KMOD_NATSEMI
+ tristate "Soekris net4801 ethernet driver"
+ default y
+ depends BR2_LINUX_2_4_SOEKRIS
+ help
+ Driver for the National Semiconductor DP8381x series PCI Ethernet
+ found on Soekris net4801 boards
+
+config BR2_PACKAGE_KMOD_WD1100
+ tristate "Soekris net4801 watchdog"
+ default y
+ depends BR2_LINUX_2_4_SOEKRIS
+ help
+ Driver for the NatSemi SC1x00 series Watchdog
+ found on Soekris net4801 boards
+