summaryrefslogtreecommitdiffstats
path: root/need.config
blob: d06add23fe3aea60710144b28298e716f2980288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# stuff we want have even if "make localmodconfig"
# turns it off due to not being used at the moment

# usb hid devices
CONFIG_HID_GENERIC=y
CONFIG_USB_HIDDEV=y

# usb sticks
CONFIG_USB_STORAGE=m

# filesystems
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_NFS_FS=m
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_ISO8859_15=y
CONFIG_NLS_UTF8=y