From ff32725fff6b3bd40a87f0b21152764084f9d33a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 28 Apr 2017 22:30:14 +0200 Subject: Add package for linux --- sys-boot/linux/files/configs/sd_storage | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sys-boot/linux/files/configs/sd_storage (limited to 'sys-boot/linux/files/configs/sd_storage') diff --git a/sys-boot/linux/files/configs/sd_storage b/sys-boot/linux/files/configs/sd_storage new file mode 100644 index 0000000..fb4ddfa --- /dev/null +++ b/sys-boot/linux/files/configs/sd_storage @@ -0,0 +1,20 @@ +# SD card storage +CONFIG_MMC=m +CONFIG_MEMSTICK=m + +# Realtek driver +CONFIG_MFD_RTSX_PCI=m +CONFIG_MFD_RTSX_USB=m + +CONFIG_MMC_REALTEK_PCI=m +CONFIG_MMC_REALTEK_USB=m +CONFIG_MEMSTICK_REALTEK_PCI=m +CONFIG_MEMSTICK_REALTEK_USB=m + +# MTD +CONFIG_MTD=m + +# Open-Channel SSD +CONFIG_NVM=y +CONFIG_NVM_GENNVM=m +CONFIG_NVM_RRPC=m -- cgit v1.2.3