summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/CONFIG_SND_SIMPLE_SCU_CARD
Commit message (Collapse)AuthorAgeFilesLines
* Remove all Kconfig symbols dropped in v5.1-rc1Paul Bolle2019-03-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are 23 Kconfig symbols referenced in the files used for configuration generation and in the shipped .config files that were dropped in upstream v5.1-rc1. The references to these symbols can be safely removed. These symbols are: CONFIG_AD7152 CONFIG_DEFAULT_SECURITY_DAC CONFIG_DEFAULT_SECURITY_SELINUX CONFIG_EARLY_PRINTK_EFI CONFIG_EXOFS_FS CONFIG_EXT4_ENCRYPTION CONFIG_F2FS_FS_ENCRYPTION CONFIG_FB_XGI CONFIG_MTD_MT81xx_NOR CONFIG_NFT_CHAIN_NAT_IPV4 CONFIG_NFT_CHAIN_NAT_IPV6 CONFIG_NFT_MASQ_IPV4 CONFIG_NFT_MASQ_IPV6 CONFIG_NFT_REDIR_IPV4 CONFIG_NFT_REDIR_IPV6 CONFIG_SCSI_OSD_DEBUG CONFIG_SCSI_OSD_DPRINT_SENSE CONFIG_SCSI_OSD_INITIATOR CONFIG_SCSI_OSD_ULD CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE CONFIG_SND_AUDIO_GRAPH_SCU_CARD CONFIG_SND_SIMPLE_SCU_CARD CONFIG_UBIFS_FS_ENCRYPTION Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* configs: Move base-debug and base-generic to configs/fedoraDon Zickus2018-01-051-0/+1
It was suggested that base-debug and base-generic were not good names to use. Further discussion led to using configs/fedora for the base config files and configs/rhel for any overrides. This patch does a plain mkdir configs/fedora git mv configs/base-{generic,debug} configs/fedora No code changes.