diff options
author | Karel Kočí <cynerd@email.cz> | 2017-04-30 12:47:30 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-04-30 12:47:30 +0200 |
commit | a2cfee41a7a3aefacce5db6f13e52e5540d51779 (patch) | |
tree | fb402c36c3cc07dff1ecb7a57e564510936d76c7 /sys-boot/linux/files/configs/sd_storage | |
parent | 09a210722e2d03129aed732ef11ed5a7f490b50d (diff) | |
download | gentoo-personal-overlay-a2cfee41a7a3aefacce5db6f13e52e5540d51779.tar.gz gentoo-personal-overlay-a2cfee41a7a3aefacce5db6f13e52e5540d51779.tar.bz2 gentoo-personal-overlay-a2cfee41a7a3aefacce5db6f13e52e5540d51779.zip |
Base linux on arch configuration
Diffstat (limited to 'sys-boot/linux/files/configs/sd_storage')
-rw-r--r-- | sys-boot/linux/files/configs/sd_storage | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sys-boot/linux/files/configs/sd_storage b/sys-boot/linux/files/configs/sd_storage deleted file mode 100644 index fb4ddfa..0000000 --- a/sys-boot/linux/files/configs/sd_storage +++ /dev/null @@ -1,20 +0,0 @@ -# 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 |