Commit Graph

515 Commits

Author SHA1 Message Date
Paul Bolle 926fa54ae1 configs: correctly terminate loop
The switch_to_toplevel() function in process_configs.sh contains a buggy
loop. It tests whether $path is empty but should test whether $path
equals "/". (It repeatedly calls dirname on pwd's output, and since pwd
will return an absolute path this will, eventually, return "/" forever.)
So let's test for "/" here.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-05-06 10:26:25 -04:00
Paul Bolle f27f73697f configs: properly indent process_configs.sh
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-05-06 10:26:02 -04:00
Peter Robinson bc27fd2460 disable sunxi crypto as it's currently broken 2019-05-03 20:33:58 +01:00
Jeremy Cline ae63548e1d Linux v5.1-rc7-131-gea9866793d1e 2019-05-03 14:53:48 +00:00
Paul Bolle f3767751a3 configs: only visit generic/powerpc once
The rule that generates kernel-ppc64le-debug.config visits
configs/generic/powerpc twice. Stop doing that.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-05-01 13:58:11 +00:00
Jeremy Cline c5e7ef61a4 Linux v5.1-rc7 2019-04-29 15:40:35 +00:00
Jeremy Cline 8f968e6f02 Linux v5.1-rc6 2019-04-22 14:20:15 +00:00
Jeremy Cline 4b5e4234be Rebase the kernel lockdown patch set
Use the latest version of the kernel lockdown patch set. This includes a
few configuration renames:

CONFIG_KEXEC_VERIFY_SIG became CONFIG_KEXEC_SIG and
CONFIG_KEXEC_SIG_FORCE was added. CONFIG_KEXEC_SIG_FORCE=n because the
"kexec_file: Restrict at runtime if the kernel is locked down" patch
enforces the signature requirement when the kernel is locked down.

CONFIG_LOCK_DOWN_MANDATORY got renamed to CONFIG_LOCK_DOWN_KERNEL_FORCE
and remains false as LOCK_DOWN_IN_EFI_SECURE_BOOT covers enabling it for
EFI Secure Boot users.

Finally, the SysRq patches got dropped for the present.
2019-04-15 12:15:16 -04:00
Jeremy Cline 3d872f43b8 Build libnvdimm as a module (rhbz 1696481) 2019-04-08 17:08:48 +00:00
Jeremy Cline e0aa9e60cc Linux v5.1-rc3 2019-04-01 15:40:43 +00:00
Jeremy Cline 2129b13059 Align the IPv4 netfilter configs with the IPv6 configs (rhbz 1672657)
IPv6 builds as a module, change IPv4 to be built as a module as well.
2019-03-27 18:13:27 +00:00
Peter Robinson f1512dfeef Initial NXP i.MX8 enablement 2019-03-26 14:31:32 +00:00
Jeremy Cline 4f39cfdf95 Enable W1_MASTER_GPIO on aarch64 (rbhz #1671934) 2019-03-25 16:02:32 +00:00
Jeremy Cline 45e5a1f373 Linux v5.1-rc2 2019-03-25 14:51:10 +00:00
Paul Bolle 2e975b2183 Remove all Kconfig symbols dropped in v5.1-rc1
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>
2019-03-21 15:12:50 +00:00
Paul Bolle c9ac9acfb0 Remove three Kconfig symbols dropped before v5.0
Three Kconfig symbols were added to upstream v5.0-rc1 but dropped before
v5.0 was released (for various reasons): FB_LOGO_CENTER, RESCTRL, and
X86_RESCTRL. Remove them from our configuration generation system too.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-03-21 15:12:50 +00:00
Paul Bolle 03cb47494c configs: remove CONFIG_SUN50I_A64_UNSTABLE_TIMER
The patch that added the Kconfig symbol SUN50I_A64_UNSTABLE_TIMER was
dropped in commit 60a8ce36ab ("Raspberry Pi DT updates, Update
AllWinner A64 timer errata workaround"). So it's safe to drop it from
the configuration generation system too.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-03-21 10:34:06 -04:00
Peter Robinson f1f58566b3 arm: build in some drivers needed by tegra jetson platforms 2019-03-19 17:58:59 +00:00
Peter Robinson 7644b3ba6f enable stmmac dwc-qos for tegra 2019-03-19 15:23:00 +00:00
Jeremy Cline b9534d956d Linux v5.1-rc1 2019-03-18 14:46:16 +00:00
Peter Robinson bfbaeaff47 updates for Arm 2019-03-18 00:48:44 +00:00
Jeremy Cline 2372415c36 Linux v5.0-11520-gf261c4e529da 2019-03-15 14:48:09 +00:00
Jeremy Cline 3cc187999e Linux v5.0-11139-gfa3d493f7a57 2019-03-14 16:55:27 +00:00
Laura Abbott d7d54c5338 Turn off stackleak
We need to figure out how to properly do the building so
turn this off for now.
2019-03-13 17:00:47 -07:00
Jeremy Cline 2a6ca24d59 Linux v5.0-11053-gebc551f2b8f9 2019-03-13 15:11:54 +00:00
Paul Bolle 7043ed7dc5 configs: drop unneeded overrides
There are 255 overrides that have no effect as they are identical to the
files they override. In other words: these overrides have no effect on
the shipped .config files. They can safely be dropped.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-03-13 15:11:54 +00:00
Jeremy Cline d34432e996 Drop the duplicate/typo'd CROS_EC_DEBUGFS configs for arm/x86
It's off in the generic config, no need to make it more off.

Fat-fingered-by: Jeremy Cline <jcline@redhat.com>
Spotted-by: Paul Bolle <pebolle@tiscali.nl>
2019-03-12 18:24:56 -04:00
Paul Bolle 62e1b09e96 Fix filename typo CONFIG_STACKINIT
CONFIG_STACKINIT should be CONFIG_TEST_STACKINIT, even though this typo
has no effect on the build.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-03-12 18:19:30 -04:00
Jeremy Cline fe3f29352b Linux v5.0-10742-gea295481b6e3 2019-03-12 15:02:18 +00:00
Jeremy Cline 88d17afb24 Enable SPI_SPIDEV on x86
As requested on the Fedora kernel mailing list
2019-03-12 15:02:18 +00:00
Peter Robinson dab12d564c Arm config updates and fixes, fixes for Jetson TX series 2019-03-12 11:50:12 +00:00
Justin M. Forbes 598acf3132 Add config entry for CONFIG_CROS_EC_DEBUGFS 2019-03-11 16:31:34 -05:00
Chuanhong Guo 5e886d2ace Enable MESON_GX_PM_DOMAINS and PHY_MESON_GXL_USB2 for aarch64
Amlogic GXL SoCs needs these two for USB2.0 PHY and HDMI.

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
2019-03-11 20:07:26 +00:00
Jeremy Cline edfbff22b4 Linux v5.0-10360-g12ad143e1b80 2019-03-11 17:30:38 +00:00
Jeremy Cline 6c72c6753e Linux v5.0-7001-g610cd4eadec4 2019-03-08 16:38:03 +00:00
Jeremy Cline ece6441001 Linux v5.0-6399-gf90d64483ebd 2019-03-07 20:30:13 +00:00
Jeremy Cline 4997df9dcb Linux v5.0-3452-g3717f613f48d 2019-03-06 17:15:13 +00:00
Jeremy Cline 3d24375518 Linux v5.0-510-gcd2a3bf02625 2019-03-05 16:28:29 +00:00
Peter Robinson a163f3690a arm: minor tweak, disable obsolete driver 2019-02-24 21:31:09 +00:00
Peter Robinson 50ae6178c9 Enable NXP Freescale Layerscape platform 2019-02-13 09:13:14 +00:00
Laura Abbott 8a2be6ef16 Enable CONFIG_ACPI_APEI_EINJ (rhbz 1670541) 2019-02-12 14:45:21 -08:00
Laura Abbott 4e4f5c72ef Linux v5.0-rc6
Tweaks to gcc9 fixes
2019-02-11 06:16:59 -08:00
Peter Robinson 51a54393e9 enable COMPAT on aarch64 to enable some legacy usecases on aarch64 with containers 2019-02-07 09:23:07 +00:00
Laura Abbott 0b1f32b6d6 Linux v5.0-rc4-106-g5b4746a03199 2019-02-04 14:58:10 +00:00
Laura Abbott 1b48caaece Disable CONFIG_JUMP_LABEL on s390x
This is causing problems with gcc9. Disable this until we find
a real solution.
2019-01-30 16:22:33 +01:00
Peter Robinson 0713adcf68 Update missed CONFIG_88EU_AP_MODE for R8188EU arm change 2019-01-23 11:54:23 +00:00
Peter Robinson d3e446dd5a enable R8188EU on all Arm arches 2019-01-23 03:55:19 +00:00
Laura Abbott c4fcfd41ed Forgot the file 2019-01-18 09:13:22 -08:00
Dan Horák e949755125 enable NX engine on ppc 2019-01-15 10:12:38 +01:00
Peter Robinson 84dd8fe882 a few dep fixes/cleanups post config cleanup 2019-01-15 06:30:26 +00:00
Peter Robinson e1a58ae2d6 powerpc: collapse powerpc64le into powerpc, only ppc64le exists now and only a few options in the subdir 2019-01-15 01:26:16 +00:00
Laura Abbott 63c6bcda7b Enable CONFIG_GPIO_LEDS and CONFIG_GPIO_PCA953X (rhbz 1601623) 2019-01-14 13:59:58 -08:00
Paul Bolle 86228cf5f3 configs: Correct four non-standard filenames
These non-standard filenames have no effect on the build, but should
still be fixed since they could be confusing (to people and scripts).

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-01-14 13:49:56 -08:00
Paul Bolle 25e04032c6 Remove all references to unused Kconfig symbols
There are references to 330 unused Kconfig symbols in the tree. These
symbols are unused because, while they are valid, they do not end up in
the final .config files that the kernel's build system generates. This
happens because their dependencies aren't set.

Since these symbols do not end up in the final .config files they have
no effect on the build. Remove them.

These symbols are:
    CONFIG_3C515
    CONFIG_4KSTACKS
    CONFIG_AB3100_CORE
    CONFIG_AB3100_OTP
    CONFIG_AD5686
    CONFIG_ADM8211
    CONFIG_AIC79XX_BUILD_FIRMWARE
    CONFIG_AIC7XXX_BUILD_FIRMWARE
    CONFIG_AIRO
    CONFIG_AIRO_CS
    CONFIG_AMIGAONE
    CONFIG_AMX3_PM
    CONFIG_APM_POWER
    CONFIG_ARCH_HI3xxx
    CONFIG_ARM_ERRATA_326103
    CONFIG_ARM_ERRATA_411920
    CONFIG_ARM_ERRATA_458693
    CONFIG_ARM_ERRATA_460075
    CONFIG_ARM_ERRATA_742230
    CONFIG_ARM_ERRATA_742231
    CONFIG_ARM_ERRATA_743622
    CONFIG_ARM_ERRATA_751472
    CONFIG_AT76C50X_USB
    CONFIG_ATM_AMBASSADOR_DEBUG
    CONFIG_ATMEL
    CONFIG_ATM_FORE200E_DEBUG
    CONFIG_ATM_FORE200E_TX_RETRY
    CONFIG_ATM_FORE200E_USE_TASKLET
    CONFIG_ATM_HORIZON_DEBUG
    CONFIG_ATM_IA_DEBUG
    CONFIG_ATM_IDT77252_DEBUG
    CONFIG_ATM_IDT77252_RCV_ALL
    CONFIG_ATM_ZATM_DEBUG
    CONFIG_BACKLIGHT_TPS65217
    CONFIG_BACKLIGHT_WM831X
    CONFIG_BCM63XX_PHY
    CONFIG_BCM7038_WDT
    CONFIG_BCM_FLEXRM_MBOX
    CONFIG_BCM_PDC_MBOX
    CONFIG_BLK_DEV_AMD74XX
    CONFIG_BLK_DEV_CMD640
    CONFIG_BLK_DEV_CS5520
    CONFIG_BLK_DEV_CS5530
    CONFIG_BLK_DEV_CS5535
    CONFIG_BLK_DEV_IT8172
    CONFIG_BLK_DEV_PLATFORM
    CONFIG_BLK_DEV_RZ1000
    CONFIG_BLK_DEV_TRIFLEX
    CONFIG_CACHE_FEROCEON_L2_WRITETHROUGH
    CONFIG_CAN_LEDS
    CONFIG_CAN_MPC5XXX
    CONFIG_CAN_TSCAN1
    CONFIG_CELL_CPU
    CONFIG_CHARGER_PCF50633
    CONFIG_CHARGER_TPS65217
    CONFIG_CHECK_STACK
    CONFIG_CIFS_NFSD_EXPORT
    CONFIG_CMDLINE_FROM_BOOTLOADER
    CONFIG_CONSISTENT_SIZE_BOOL
    CONFIG_CPU_DCACHE_DISABLE
    CONFIG_CRYPTO_DEV_CCP_CRYPTO
    CONFIG_CRYPTO_DEV_NX_COMPRESS
    CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV
    CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES
    CONFIG_CRYPTO_DEV_NX_ENCRYPT
    CONFIG_CRYPTO_DEV_PICOXCELL
    CONFIG_CS89x0
    CONFIG_DEBUG_SLAB
    CONFIG_DEFXX
    CONFIG_DISCONTIGMEM_MANUAL
    CONFIG_DMA_CACHE_RWFO
    CONFIG_DPM_WATCHDOG
    CONFIG_DRM_EXYNOS_G2D
    CONFIG_DRM_I810
    CONFIG_DRM_I915_DEBUG_VBLANK_EVADE
    CONFIG_DVB_B2C2_FLEXCOP_DEBUG
    CONFIG_DVB_RTL2832_SDR
    CONFIG_EDAC_AMD8111
    CONFIG_EDAC_AMD8131
    CONFIG_EDAC_MPC85XX
    CONFIG_EDAC_MV64X60
    CONFIG_EFI_PCDP
    CONFIG_EHEA
    CONFIG_ENC28J60
    CONFIG_EXOFS_DEBUG
    CONFIG_EZNPS_GIC
    CONFIG_FB_ATY128_BACKLIGHT
    CONFIG_FB_ATY_BACKLIGHT
    CONFIG_FB_ATY_CT
    CONFIG_FB_ATY_GX
    CONFIG_FB_BROADSHEET
    CONFIG_FB_CONTROL
    CONFIG_FB_CT65550
    CONFIG_FB_HECUBA
    CONFIG_FB_MB862XX_I2C
    CONFIG_FB_MB862XX_LIME
    CONFIG_FB_MB862XX_PCI_GDC
    CONFIG_FB_MX3
    CONFIG_FB_NVIDIA_BACKLIGHT
    CONFIG_FB_NVIDIA_DEBUG
    CONFIG_FB_NVIDIA_I2C
    CONFIG_FB_PLATINUM
    CONFIG_FB_PM2_FIFO_DISCONNECT
    CONFIG_FB_PRE_INIT_FB
    CONFIG_FB_RADEON_BACKLIGHT
    CONFIG_FB_RADEON_DEBUG
    CONFIG_FB_RADEON_I2C
    CONFIG_FB_RIVA_BACKLIGHT
    CONFIG_FB_RIVA_DEBUG
    CONFIG_FB_RIVA_I2C
    CONFIG_FB_S3C
    CONFIG_FB_VALKYRIE
    CONFIG_FB_VIA_DIRECT_PROCFS
    CONFIG_FHCI_DEBUG
    CONFIG_FS_ENET
    CONFIG_FSL_DMA
    CONFIG_FSL_MC_BUS
    CONFIG_FW_LOADER_USER_HELPER_FALLBACK
    CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL
    CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE
    CONFIG_GEF_PPC9A
    CONFIG_GEF_SBC310
    CONFIG_GEF_SBC610
    CONFIG_GPIO_104_DIO_48E
    CONFIG_GPIO_104_IDI_48
    CONFIG_GPIO_104_IDIO_16
    CONFIG_GPIO_BT8XX
    CONFIG_GPIO_INTEL_MID
    CONFIG_GPIO_TS5500
    CONFIG_GPIO_UCB1400
    CONFIG_GPIO_WM831X
    CONFIG_HSU_DMA_PCI
    CONFIG_HW_RANDOM_MXC_RNGA
    CONFIG_I2C_CPM
    CONFIG_IBMEBUS
    CONFIG_IBM_EMAC
    CONFIG_IDEPCI_PCIBUS_ORDER
    CONFIG_IMA_APPRAISE_BOOTPARAM
    CONFIG_IMA_BLACKLIST_KEYRING
    CONFIG_IMA_LOAD_X509
    CONFIG_IMA_TRUSTED_KEYRING
    CONFIG_INPUT_ARIZONA_HAPTICS
    CONFIG_INPUT_PCF50633_PMU
    CONFIG_INPUT_RETU_PWRBUTTON
    CONFIG_INPUT_WM831X_ON
    CONFIG_INTEL_SCU_IPC
    CONFIG_IOMMU_DEBUG
    CONFIG_IP_DCCP_CCID2_DEBUG
    CONFIG_IP_DCCP_CCID3
    CONFIG_IP_DCCP_CCID3_DEBUG
    CONFIG_IP_DCCP_DEBUG
    CONFIG_IRQ_CROSSBAR
    CONFIG_IRQSTACKS
    CONFIG_ISDN_DRV_LOOP
    CONFIG_IWLWIFI_PCIE_RTPM
    CONFIG_JFFS2_LZO
    CONFIG_JFFS2_RUBIN
    CONFIG_JUMP_LABEL_FEATURE_CHECK_DEBUG
    CONFIG_KEYBOARD_SH_KEYSC
    CONFIG_KVM_EXIT_TIMING
    CONFIG_LANCE
    CONFIG_LEDS_GPIO_REGISTER
    CONFIG_LEDS_LOCOMO
    CONFIG_LEDS_LP55XX_COMMON
    CONFIG_LEDS_NET48XX
    CONFIG_LEDS_S3C24XX
    CONFIG_LEDS_WM831X_STATUS
    CONFIG_LEDS_WM8350
    CONFIG_MCU_MPC8349EMITX
    CONFIG_MEDIA_TUNER_MSI001
    CONFIG_MFD_ARIZONA
    CONFIG_MFD_WM831X
    CONFIG_MFD_WM8350
    CONFIG_MGCOGE
    CONFIG_MLX5_EN_IPSEC
    CONFIG_MOUSE_ATIXL
    CONFIG_MPC5121_ADS
    CONFIG_MPL115
    CONFIG_MSCC_OCELOT_SWITCH
    CONFIG_MTD_CFI_I4
    CONFIG_MTD_CFI_I8
    CONFIG_MTD_CK804XROM
    CONFIG_MTD_ESB2ROM
    CONFIG_MTD_MAP_BANK_WIDTH_16
    CONFIG_MTD_MAP_BANK_WIDTH_32
    CONFIG_MTD_MAP_BANK_WIDTH_8
    CONFIG_MTD_NAND_DENALI
    CONFIG_MTD_NAND_FSL_ELBC
    CONFIG_MTD_NAND_FSMC
    CONFIG_MTD_NAND_HISI504
    CONFIG_MTD_NAND_MTK
    CONFIG_MTD_NAND_OXNAS
    CONFIG_MTD_ONENAND_OMAP2
    CONFIG_MTD_TS5500
    CONFIG_MX3_IPU_IRQS
    CONFIG_MXC_DEBUG_BOARD
    CONFIG_NET_DSA_MV88E6060
    CONFIG_NET_VENDOR_PASEMI
    CONFIG_NET_VENDOR_TOSHIBA
    CONFIG_NFC_MRVL_SPI
    CONFIG_NFC_ST_NCI
    CONFIG_NF_CT_NETLINK_HELPER
    CONFIG_NF_CT_NETLINK_TIMEOUT
    CONFIG_NI65
    CONFIG_NTP_PPS
    CONFIG_OMAP2_DSS_COLLECT_IRQ_STATS
    CONFIG_OMAP2_VRFB
    CONFIG_OMAP_PACKAGE_CBB
    CONFIG_OMAP_PACKAGE_CUS
    CONFIG_PATA_ARASAN_CF
    CONFIG_PC104
    CONFIG_PCF50633_ADC
    CONFIG_PCF50633_GPIO
    CONFIG_PCI_CNB20LE_QUIRK
    CONFIG_PCI_DRA7XX
    CONFIG_PCI_DRA7XX_EP
    CONFIG_PCI_DRA7XX_HOST
    CONFIG_PCI_EXYNOS
    CONFIG_PCMCIA_DEBUG
    CONFIG_PCMCIA_FMVJ18X
    CONFIG_PHY_ST_SPEAR1310_MIPHY
    CONFIG_PHY_ST_SPEAR1340_MIPHY
    CONFIG_PINCTRL_SPRD
    CONFIG_PINCTRL_SPRD_SC9860
    CONFIG_POWER5_CPU
    CONFIG_POWER6_CPU
    CONFIG_PPC_82xx
    CONFIG_PPC_83xx
    CONFIG_PPC_86xx
    CONFIG_PPC_CELL
    CONFIG_PPC_IBM_CELL_BLADE
    CONFIG_PPC_MAPLE
    CONFIG_PPC_MPC5200_LPBFIFO
    CONFIG_PPC_PASEMI
    CONFIG_PPC_PMAC
    CONFIG_PPC_PMAC64
    CONFIG_PREEMPT_TRACER
    CONFIG_QCA7000
    CONFIG_RADIO_AZTECH
    CONFIG_RADIO_CADET
    CONFIG_RADIO_GEMTEK
    CONFIG_RADIO_MIROPCM20
    CONFIG_RADIO_RTRACK
    CONFIG_RADIO_RTRACK2
    CONFIG_RADIO_SF16FMI
    CONFIG_RADIO_SF16FMR2
    CONFIG_RADIO_TERRATEC
    CONFIG_RADIO_TRUST
    CONFIG_RADIO_TYPHOON
    CONFIG_RADIO_ZOLTRIX
    CONFIG_RCU_FANOUT
    CONFIG_RCU_FANOUT_LEAF
    CONFIG_RCU_FAST_NO_HZ
    CONFIG_REGULATOR_TPS65217
    CONFIG_RTC
    CONFIG_RTC_DRV_AB3100
    CONFIG_RTC_DRV_EP93XX
    CONFIG_RTC_DRV_MOXART
    CONFIG_RTC_DRV_PCF50633
    CONFIG_RTC_DRV_TWL92330
    CONFIG_RTC_DRV_WM831X
    CONFIG_RTC_DRV_WM8350
    CONFIG_SAMSUNG_PM_CHECK
    CONFIG_SAMSUNG_PM_DEBUG
    CONFIG_SC520_WDT
    CONFIG_SCSI_AHA1542
    CONFIG_SCSI_IZIP_EPP16
    CONFIG_SCSI_IZIP_SLOW_CTR
    CONFIG_SENSORS_HMC5843
    CONFIG_SENSORS_WM831X
    CONFIG_SENSORS_WM8350
    CONFIG_SERIAL_8250_INGENIC
    CONFIG_SERIAL_CPM
    CONFIG_SERIAL_GRLIB_GAISLER_APBUART
    CONFIG_SERIAL_MPS2_UART
    CONFIG_SERIAL_QE
    CONFIG_SERIAL_SAMSUNG_DEBUG
    CONFIG_SH_ETH
    CONFIG_SKFP
    CONFIG_SLICOSS
    CONFIG_SND_SOC_ALL_CODECS
    CONFIG_SND_SOC_CS4271
    CONFIG_SND_SOC_INTEL_BAYTRAIL
    CONFIG_SND_SOC_INTEL_BYT_MAX98090_MACH
    CONFIG_SND_SOC_INTEL_BYT_RT5640_MACH
    CONFIG_SND_SOC_PCM179X
    CONFIG_SOC_ZTE
    CONFIG_SPI_MXS
    CONFIG_SSB_HOST_SOC
    CONFIG_STA2X11
    CONFIG_STACK_GUARD
    CONFIG_STM_DUMMY
    CONFIG_STM_SOURCE_CONSOLE
    CONFIG_SYSFS_DEPRECATED_V2
    CONFIG_TCG_TIS_ST33ZP24
    CONFIG_TIMB_DMA
    CONFIG_TOUCHSCREEN_AD7879_I2C
    CONFIG_TOUCHSCREEN_UCB1400
    CONFIG_TOUCHSCREEN_W90X900
    CONFIG_TRACE_BRANCH_PROFILING
    CONFIG_UBSAN_ALIGNMENT
    CONFIG_UBSAN_SANITIZE_ALL
    CONFIG_UCC_GETH
    CONFIG_USB_CDC_PHONET
    CONFIG_USB_FHCI_HCD
    CONFIG_USB_ISP1362_HCD
    CONFIG_USB_OHCI_HCD_SSB
    CONFIG_USB_ZERO_HNPTEST
    CONFIG_VIDEO_ADP1653
    CONFIG_VIDEO_DM355_CCDC
    CONFIG_VIDEO_DM6446_CCDC
    CONFIG_VIDEO_M5MOLS
    CONFIG_VIDEO_NOON010PC30
    CONFIG_VIDEO_OMAP2_VOUT
    CONFIG_VIDEO_PCI_SKELETON
    CONFIG_VIDEO_QCOM_CAMSS
    CONFIG_VIDEO_SH_MOBILE_CEU
    CONFIG_VIDEO_SR030PC30
    CONFIG_VIDEO_VIA_CAMERA
    CONFIG_VIDEO_VIVID
    CONFIG_WINDFARM
    CONFIG_WKUP_M3_IPC
    CONFIG_WM831X_POWER
    CONFIG_WM831X_WATCHDOG
    CONFIG_WM8350_POWER
    CONFIG_WM8350_WATCHDOG
    CONFIG_XEN_STUB
    CONFIG_XILINX_LL_TEMAC
    CONFIG_XIP_KERNEL
    CONFIG_XPS_USB_HCD_XILINX

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-01-14 13:46:53 -08:00
Paul Bolle f25472e0ee Remove all Kconfig symbols dropped in v5.0-rc1
There are 26 Kconfig symbols referenced in the files used for
configuration generation and in the shipped .config files that were
dropped in upstream v5.0-rc1. The references to these symbols can be
safely removed.

These symbols are:
    CONFIG_BLK_WBT_SQ
    CONFIG_CFQ_GROUP_IOSCHED
    CONFIG_DEFAULT_CFQ
    CONFIG_DEFAULT_DEADLINE
    CONFIG_DEFAULT_NOOP
    CONFIG_DRM_EXYNOS_IOMMU
    CONFIG_IMX7_PM_DOMAINS
    CONFIG_INTEL_RDT
    CONFIG_IOSCHED_CFQ
    CONFIG_IOSCHED_DEADLINE
    CONFIG_IOSCHED_NOOP
    CONFIG_MICROCHIP_KSZ
    CONFIG_MICROCHIP_KSZ_SPI_DRIVER
    CONFIG_MTD_PHYSMAP_OF_GEMINI
    CONFIG_MTD_PHYSMAP_OF_VERSATILE
    CONFIG_MTD_SPINAND_MT29F
    CONFIG_MTD_SPINAND_ONDIEECC
    CONFIG_QTNFMAC_PEARL_PCIE
    CONFIG_SCSI_MQ_DEFAULT
    CONFIG_SND_AM33XX_SOC_EVM
    CONFIG_SND_DAVINCI_SOC
    CONFIG_SND_DAVINCI_SOC_GENERIC_EVM
    CONFIG_SND_DAVINCI_SOC_I2S
    CONFIG_SND_DAVINCI_SOC_MCASP
    CONFIG_SND_DAVINCI_SOC_VCIF
    CONFIG_SND_EDMA_SOC

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-01-14 13:46:30 -08:00
Paul Bolle 86ea590a63 Drop secure boot Kconfig symbols too
Commit cc1db7f347 ("Updates for secure boot") and commit 8e8de459e7
("Forgot to remove dropped patches") removed the patches that added
Kconfig symbols EFI_SIGNATURE_LIST_PARSER and LOAD_UEFI_KEYS. Remove
these symbols from the configuration generation directory and from the
shipped .config files.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-01-14 13:45:41 -08:00
Laura Abbott 032507a3f3 Fixup config options 2019-01-14 09:31:15 -08:00
Laura Abbott 69f10affd5 Linux v5.0-rc2 2019-01-14 09:18:40 -08:00
Peter Robinson 60a8ce36ab Raspberry Pi DT updates, Update AllWinner A64 timer errata workaround 2019-01-13 04:44:19 +00:00
Peter Robinson 89735063a0 actually add CONFIG_PCI_MESON 2019-01-13 00:18:07 +00:00
Peter Robinson c9c254b749 minor Arm config tweaks 2019-01-10 12:20:09 +00:00
Justin M. Forbes cc1db7f347 Updates for secure boot 2019-01-07 15:09:43 -06:00
Laura Abbott be2536aea8 Linux v5.0-rc1
5.0! Yay!

Most of the hard work of what to do has already been figured
out (see d7293323e7)

We will once again need to undo some hacks when 5.0 is officially
released:

upstream_sublevel
kversion
Source0
2019-01-07 07:37:34 -08:00
Peter Robinson 4479cba924 Minor cleanup for DRM_PANEL configs, enable a couple of Arm panels, minor Arm cleanups 2019-01-07 08:12:40 +00:00
Peter Robinson 26d1ebd6e9 and actually commit the QTNFMAC_PEARL_PCIE config file 2019-01-04 10:38:13 +00:00
Peter Robinson ba9d1a17f2 First pass at updates for Arm plaforms, also some IoT updates (mostly a few IIO drivers), a few cleanups of old/dupe config opts 2019-01-04 10:02:25 +00:00
Laura Abbott f90c11ff1b This needs to be off 2019-01-03 10:16:41 -08:00
Laura Abbott dd000cd2fd Linux v4.20-10911-g645ff1e8e704
Dropped part of the efi-lockdown patchset for IMA until
conflicts get resolved.
2019-01-03 08:28:18 -08:00
Laura Abbott cca46e0b1d Keep that off for now 2019-01-03 08:10:14 -08:00
Peter Robinson 7d2d670106 powerpc: enable P8/P9 On-Chip Controller (OCC) hwmon drivers 2019-01-03 02:14:02 +00:00
Peter Robinson a2d19a148d Enable V4L request API, only used for some stateless media accelerators on Arm, enable AllWinner Camera interface 2019-01-03 01:47:02 +00:00
Peter Robinson ed8f2690bd Drop ISN Eicon driver, deleted upstream 2019-01-03 01:26:01 +00:00
Peter Robinson a2e4f52009 some fixups for general fedpkg prep on 4.21 2019-01-03 01:18:51 +00:00
Laura Abbott c97d3b0f76 Linux v4.20-9163-g195303136f19 2018-12-30 09:30:50 -08:00
Laura Abbott 78aac8bf1f Enable CONFIG_NET_SCH_CAKE (rhbz 1655155) 2018-12-28 14:19:06 -08:00
Laura Abbott 968d34de7d Whoops forgot the config file 2018-12-28 14:17:57 -08:00
Laura Abbott 09c204fb01 Enable CONFIG_BPF_LIRC_MODE2 (rhbz 1628151) 2018-12-28 14:12:16 -08:00
Artem Bityutskiy 4d74a54cd4 Enable CONFIG_NET_SCH_ETF
Enable the ETF queuing discipline (qdisc) as a module, similar to many other
qdiscs that we have enabled as modules.

ETF stands for Earliest TxTime first and it enables applications to schedule
network packets to be sent in the future.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
2018-12-28 14:07:22 -08:00
Laura Abbott cd87327143 Forgot to add these files 2018-12-28 13:55:34 -08:00
Hans de Goede 8a27b4e99d Set CONFIG_REALTEK_PHY=y to workaround realtek ethernet issues (rhbz 1650984) 2018-12-27 16:50:01 +01:00
Laura Abbott baea90e1b4 Linux v4.20-3117-ga5f2bd479f58 2018-12-26 13:30:36 -08:00
Peter Robinson bd7d297390 The TI Bluetooth now uses uart with the standard serdev bits and this driver is unused, hasn't been built in since we disabled the useless TI_ST driver 2018-12-26 03:16:35 +00:00
Justin M. Forbes 11488b8b25 Fix default for CONFIG_DVB_MAX_ADAPTERS 2018-12-19 18:00:51 -06:00
Justin M. Forbes 7fbdf3f0bf Add CONFIG_MEDIA_CONTROLLER_REQUEST_API 2018-12-13 16:50:51 -06:00
Justin M. Forbes 92ac1e3421 Linux v4.20-rc6-82-g65e08c5e8631 2018-12-13 16:32:46 -06:00
Peter Robinson fe9a1861c9 actually add the DA9063 configs for prior change 2018-12-12 08:54:45 +00:00
Peter Robinson 6e2fc66d7a Minor Arm updates for NXP i.MX 6/7 series devices 2018-12-12 08:51:56 +00:00
Peter Robinson 4d72568350 drop duplicate REGULATOR_MAX8952 entries (NFC) 2018-12-12 08:36:46 +00:00
Peter Robinson 1e0d3a2c64 few more minor AllWinner sunxi cleanups, NFC 2018-12-12 07:33:05 +00:00
Peter Robinson cb152fa1b2 Minor cleanups and consolidation of AllWinner configs 2018-12-12 06:38:49 +00:00
Peter Robinson b385dc2005 remove obsolete option 2018-12-04 04:16:34 +00:00
Justin M. Forbes 10c4e09883 Linux v4.20-rc5 2018-12-03 12:02:17 -06:00
Peter Robinson b9bb3eb2c7 minor config cleanups 2018-12-03 07:29:43 +00:00
Peter Jones fe9e33a887 Re-enable CONFIG_CRYPTO_DEV_SP_PSP so I can work on SEV stuff.
Waaay back in October, we saw some issues with various system firmware
talking to the AMD SP PSP devices (the secure processor feature), and so
CONFIG_CRYPTO_DEV_SP_PSP got disabled in all of our kernel trees, as
Laura noted here: https://bugzilla.redhat.com/show_bug.cgi?id=1608242#c44 .

I'm trying to use it, and this obviously makes that impossible to do, so
I'm going to re-enable it in rawhide, because the timeout that's being
discussed in that bugzilla thread is already there, and so this firmware
bugs people saw before shouldn't make things completely unusable.

If you *do* see debilitating stalls on AMD EPYC hardware starting after
the next rawhide build, make some noise so we can disable it again.

(I've also posted this to kernel@l.fp.o: https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org/thread/22XCMRU4R75M4D5OSXE7YMWYVOBQIU2M/ )

Signed-off-by: Peter Jones <pjones@redhat.com>
2018-11-30 14:36:02 -05:00
Peter Jones f8216ee47a Enable CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT
This makes it so users don't have to do mem_encrypt=1 to enable SEV VMs.

Signed-off-by: Peter Jones <pjones@redhat.com>
2018-11-30 14:05:53 -05:00
Peter Robinson b0d8b6c41c enable Amlogic Meson GX series pinctrl drivers for arm64 2018-11-27 10:47:59 +00:00
Peter Robinson 74d0357f39 fixes for rockchip, add back rock960 fix not yet upstream 2018-11-22 14:51:00 +00:00
Peter Robinson b8decdf03c build in the rockchips PCIE drivers 2018-11-20 22:07:15 +00:00
Hans de Goede 0adb640029 Turn on CONFIG_PINCTRL_GEMINILAKE on x86_64 (rhbz#1639155) 2018-11-20 10:54:58 +01:00
Hans de Goede 6c672bed3d Enable a few modules needed for accelerometer and other sensor support
on some HP X2 2-in-1s
2018-11-16 14:55:41 +01:00
Paul Bolle 3e4010f25e configs: correct cpu accounting configuration
The shipped .config files all have CONFIG_TICK_CPU_ACCOUNTING and
CONFIG_VIRT_CPU_ACCOUNTING_NATIVE set. The x86_64 .config files
additionaly have CONFIG_VIRT_CPU_ACCOUNTING_GEN set.

This is wrong because each .config should have just one of these three
set. As a result the build generates
    [...]⚠️ override: VIRT_CPU_ACCOUNTING_NATIVE changes choice state

24 times and
    [...]⚠️ override: VIRT_CPU_ACCOUNTING_GEN changes choice state

4 times. So let's make sure the shipped .config files only have one of
these three Kconfig macros set (ie, the one that's relevant for that
.config target).

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2018-11-15 13:44:46 -08:00
Paul Bolle 23a14040db configs: correct memory configuration
The shipped .config files all have CONFIG_FLATMEM_MANUAL and
CONFIG_SPARSEMEM_MANUAL set.

This is wrong because each .config should have just one of these two set
set. (There's also CONFIG_DISCONTIGMEM_MANUAL but Fedora doesn't use
that.) As a result the build generates
    [...]⚠️ override: SPARSEMEM_MANUAL changes choice state

24 times.

If the configuration generation system drops CONFIG_FLATMEM_MANUAL the
warnings go away. And that doesn't change the final .config files that
the kernel's build system actually uses.

(Two details that very few people will care about:
1. x86/i686 still needs to unset CONFIG_FLATMEM_MANUAL to keep
process_configs.sh from killing the build;
2. the kernel build of armv7hl will silently drop
CONFIG_SPARSEMEM_MANUAL. Because of that I didn't bother with an
explicit override for arm/armv7.)

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2018-11-15 13:44:46 -08:00
Paul Bolle ae8e3e89c1 configs: use CONFIG_UNWINDER_ORC only in x86/x86_64
The shipped .config files for i686 have both CONFIG_UNWINDER_ORC and
CONFIG_UNWINDER_FRAME_POINTER set. This is wrong because those .config
files should only have CONFIG_UNWINDER_FRAME_POINTER set. As a result
the build generates
    [...]⚠️ override: UNWINDER_ORC changes choice state

4 times.

Move CONFIG_UNWINDER_ORC to x86/x86_64 to correct this. Note that this
doesn't change the final .config files that the kernel's build system
actually uses.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2018-11-15 13:44:46 -08:00
Peter Robinson 71860be326 - Further updates for ARM
- More Qualcomm SD845 enablement
- FPGA Device Feature List (DFL) support
- Minor cleanups
2018-11-13 03:06:17 +00:00
Justin M. Forbes 670d3710ce Linux v4.20-rc2 2018-11-11 18:17:57 -06:00
Peter Robinson 86eb60348e Initial Qualcomm SD845 enablement 2018-11-09 11:44:56 +00:00
Paul Bolle da848d916b Remove all references to unknown Kconfig symbols
There are 244 Kconfig symbols referenced in the files used for
configuration generation and in the shipped .config files that are
unknown in v4.20-rc1. Neither are these symbols added in the patches
that Fedora applies. The references to these symbols can be safely
removed.

These symbols are:
    CONFIG_8723AU_AP_MODE
    CONFIG_8723AU_BT_COEXIST
    CONFIG_ACPI_NFIT_DEBUG
    CONFIG_ACPI_PROCFS
    CONFIG_ADE7753
    CONFIG_ADE7754
    CONFIG_ADE7758
    CONFIG_ADE7759
    CONFIG_ADIS16060
    CONFIG_ALTERNATIVES
    CONFIG_ARM64_PTDUMP
    CONFIG_ARM_ASM_UNIFIED
    CONFIG_ARM_PTDUMP
    CONFIG_ATH9K_DEBUG
    CONFIG_AVERAGE
    CONFIG_AXON_RAM
    CONFIG_BACKLIGHT_LM3630
    CONFIG_BLK_DEV_NVME_SCSI
    CONFIG_BLK_DEV_OSD
    CONFIG_BLK_DEV_RAM_DAX
    CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK
    CONFIG_BT_HCIBTUART
    CONFIG_BUILD_DOCSRC
    CONFIG_BUILD_ID_SALT
    CONFIG_CC_STACKPROTECTOR_AUTO
    CONFIG_CC_STACKPROTECTOR_NONE
    CONFIG_CC_STACKPROTECTOR_REGULAR
    CONFIG_CIFS_SMB2
    CONFIG_CIFS_SMB311
    CONFIG_CIFS_STATS
    CONFIG_CPU_FREQ_STAT_DETAILS
    CONFIG_CPU_NOTIFIER_ERROR_INJECT
    CONFIG_CROS_EC_CHARDEV
    CONFIG_CROSS_COMPILE
    CONFIG_CRYPTO_CRC32_ARM64
    CONFIG_CRYPTO_CRC32_ARM64_CE
    CONFIG_CRYPTO_MCRYPTD
    CONFIG_CRYPTO_SALSA20_586
    CONFIG_CRYPTO_SALSA20_X86_64
    CONFIG_CRYPTO_SHA1_MB
    CONFIG_CRYPTO_SHA256_MB
    CONFIG_CRYPTO_SHA512_MB
    CONFIG_CRYPTO_SKEIN
    CONFIG_CTC
    CONFIG_DEBUG_NX_TEST
    CONFIG_DEBUG_REFCOUNT
    CONFIG_DEBUG_SET_MODULE_RONX
    CONFIG_DGAP
    CONFIG_DGNC
    CONFIG_DIRECT_GBPAGES
    CONFIG_DISABLE_MPROFILE_KERNEL
    CONFIG_DM_CACHE_CLEANER
    CONFIG_DM_MQ_DEFAULT
    CONFIG_DRM_AMD_DC_FBC
    CONFIG_DRM_AMD_DC_PRE_VEGA
    CONFIG_DRM_AMD_POWERPLAY
    CONFIG_DRM_DEBUG_MM_SELFTEST
    CONFIG_DRM_ETNAVIV_REGISTER_LOGGING
    CONFIG_DRM_IMX_IPUV3
    CONFIG_DRM_OMAP_NUM_CRTCS
    CONFIG_DRM_TILCDC_SLAVE_COMPAT
    CONFIG_DT3155
    CONFIG_DVB_USB_FRIIO
    CONFIG_DW_DMAC_BIG_ENDIAN_IO
    CONFIG_EFI_ALLOW_SECURE_BOOT_EXIT
    CONFIG_EFI_SECURE_BOOT_LOCK_DOWN
    CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE
    CONFIG_ENABLE_WARN_DEPRECATED
    CONFIG_FB_AUO_K190X
    CONFIG_FUJITSU_LAPTOP_DEBUG
    CONFIG_GPIO_AXP209
    CONFIG_GPIO_DEVRES
    CONFIG_GPIO_MCP23S08
    CONFIG_GPIO_SX150X
    CONFIG_HFI1_VERBS_31BIT_PSN
    CONFIG_HFSPLUS_FS_POSIX_ACL
    CONFIG_HOTPLUG
    CONFIG_HT_IRQ
    CONFIG_I2C_DESIGNWARE
    CONFIG_I2O
    CONFIG_I40E_FCOE
    CONFIG_I7300_IDLE
    CONFIG_IDMA64
    CONFIG_INFINIBAND_CXGB3_DEBUG
    CONFIG_INFINIBAND_EXP_USER_ACCESS
    CONFIG_INPUT_GPIO
    CONFIG_INPUT_GPIO_TILT_POLLED
    CONFIG_INTEL_RDT_A
    CONFIG_IOMMU_STRESS
    CONFIG_IP1000
    CONFIG_IP_DCCP_CCID2
    CONFIG_IPL
    CONFIG_IPV6_SEG6_INLINE
    CONFIG_IRDA
    CONFIG_IR_LIRC_CODEC
    CONFIG_IRQ_DOMAIN_DEBUG
    CONFIG_IWM
    CONFIG_KEXEC_SIG
    CONFIG_KEXEC_SIG_FORCE
    CONFIG_KVM_DEVICE_ASSIGNMENT
    CONFIG_LGUEST
    CONFIG_LGUEST_GUEST
    CONFIG_LIRC_BT829
    CONFIG_LIRC_IMON
    CONFIG_LIRC_PARALLEL
    CONFIG_LIRC_SERIAL
    CONFIG_LIRC_SERIAL_TRANSMITTER
    CONFIG_LIRC_STAGING
    CONFIG_LIRC_ZILOG
    CONFIG_LNET
    CONFIG_LOGFS
    CONFIG_LPFC_NVME_INITIATOR
    CONFIG_LPFC_NVME_TARGET
    CONFIG_MACH_MESON8B
    CONFIG_MCE_AMD_INJ
    CONFIG_MEDIA_CEC_DEBUG
    CONFIG_MEDIA_RC_SUPPORT
    CONFIG_MFD_CROS_EC_I2C
    CONFIG_MFD_CROS_EC_SPI
    CONFIG_MG_DISK
    CONFIG_MLX_CPLD_PLATFORM
    CONFIG_MOVABLE_NODE
    CONFIG_MTD_NAND_DOCG4
    CONFIG_MTD_NAND_PXA3xx
    CONFIG_MVEBU_CLK_CORE
    CONFIG_NET_CADENCE
    CONFIG_NET_CLS_ROUTE
    CONFIG_NET_DCCPPROBE
    CONFIG_NET_DSA_HWMON
    CONFIG_NETFILTER_DEBUG
    CONFIG_NET_PACKET_ENGINE
    CONFIG_NET_SCTPPROBE
    CONFIG_NET_TCPPROBE
    CONFIG_NET_VENDOR_EXAR
    CONFIG_NET_VENDOR_SNI
    CONFIG_NF_CONNTRACK_IPV4
    CONFIG_NF_CONNTRACK_IPV6
    CONFIG_NF_CONNTRACK_PROC_COMPAT
    CONFIG_NFC_WILINK
    CONFIG_NFP_NET_DEBUG
    CONFIG_NFP_NETVF
    CONFIG_NFT_BRIDGE_META
    CONFIG_NFT_EXTHDR
    CONFIG_NFT_META
    CONFIG_NFT_RBTREE
    CONFIG_NFT_RT
    CONFIG_NFT_SET_BITMAP
    CONFIG_NFT_SET_HASH
    CONFIG_NFT_SET_RBTREE
    CONFIG_NL80211
    CONFIG_NMI_LOG_BUF_SHIFT
    CONFIG_NO_BOOTMEM
    CONFIG_NO_HZ_FULL_ALL
    CONFIG_NO_HZ_FULL_SYSIDLE
    CONFIG_NR_DEV_DAX
    CONFIG_OLPC_XO1
    CONFIG_OMAP2_DSS_RFBI
    CONFIG_OMAP_PM_NOOP
    CONFIG_PHONE
    CONFIG_PHY_MIPHY365X
    CONFIG_PHY_STIH41X_USB
    CONFIG_PNFS_OBJLAYOUT
    CONFIG_PPC_CPUFEATURES_ENABLE_UNKNOWN
    CONFIG_PPC_ICSWX
    CONFIG_PPC_ICSWX_PID
    CONFIG_PPC_ICSWX_USE_SIGILL
    CONFIG_PROVE_RCU_REPEATEDLY
    CONFIG_QETH_IPV6
    CONFIG_R8723AU
    CONFIG_RCU_KTHREAD_PRIO
    CONFIG_RCU_NOCB_CPU_ALL
    CONFIG_RCU_TORTURE_TEST_SLOW_CLEANUP
    CONFIG_RCU_TORTURE_TEST_SLOW_INIT
    CONFIG_RCU_TORTURE_TEST_SLOW_INIT_DELAY
    CONFIG_RCU_TORTURE_TEST_SLOW_PREINIT
    CONFIG_RESET_GPIO
    CONFIG_RESET_HSDK_V1
    CONFIG_RIO
    CONFIG_RTC_DRV_DS1307_HWMON
    CONFIG_RTC_DRV_ISL12057
    CONFIG_RTC_DS1685_PROC_REGS
    CONFIG_RTC_DS1685_SYSFS_REGS
    CONFIG_S390_GUEST_OLD_TRANSPORT
    CONFIG_SAMSUNG_USBPHY
    CONFIG_SCM_BLOCK_CLUSTER_WRITE
    CONFIG_SCSI_EATA
    CONFIG_SCSI_EATA_PIO
    CONFIG_SCSI_FUTURE_DOMAIN
    CONFIG_SCSI_IN2000
    CONFIG_SCSI_SRP
    CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX
    CONFIG_SENSORS_TWL4030_MADC
    CONFIG_SHARED_KERNEL
    CONFIG_SIGMA
    CONFIG_SILEAD_DMI
    CONFIG_SND_HDA_POWER_SAVE
    CONFIG_SND_SOC_DIO2125
    CONFIG_SOC_EXYNOS4212
    CONFIG_SOC_EXYNOS4415
    CONFIG_SOC_EXYNOS5440
    CONFIG_SOLO6X10
    CONFIG_SPARSE_RCU_POINTER
    CONFIG_SSB_DEBUG
    CONFIG_SSB_SILENT
    CONFIG_STE_MODEM_RPROC
    CONFIG_STRIP
    CONFIG_SYNOPSYS_DWC_ETH_QOS
    CONFIG_TEST_FIND_BIT
    CONFIG_TI_DAC7512
    CONFIG_TOUCHSCREEN_FT6236
    CONFIG_TOUCHSCREEN_INTEL_MID
    CONFIG_TR
    CONFIG_TRACE_ENUM_MAP_FILE
    CONFIG_TSL2x7x
    CONFIG_UCSI
    CONFIG_UIO_PDRV
    CONFIG_USB_ATMEL
    CONFIG_USB_CHIPIDEA_ULPI
    CONFIG_USB_DEBUG
    CONFIG_USB_EZUSB
    CONFIG_USB_GADGET_LEGACY
    CONFIG_USB_SERIAL_KEYSPAN_MPR
    CONFIG_USB_SERIAL_KEYSPAN_USA18X
    CONFIG_USB_SERIAL_KEYSPAN_USA19
    CONFIG_USB_SERIAL_KEYSPAN_USA19QI
    CONFIG_USB_SERIAL_KEYSPAN_USA19QW
    CONFIG_USB_SERIAL_KEYSPAN_USA19W
    CONFIG_USB_SERIAL_KEYSPAN_USA28
    CONFIG_USB_SERIAL_KEYSPAN_USA28X
    CONFIG_USB_SERIAL_KEYSPAN_USA28XA
    CONFIG_USB_SERIAL_KEYSPAN_USA28XB
    CONFIG_USB_SERIAL_KEYSPAN_USA49W
    CONFIG_USB_SERIAL_KEYSPAN_USA49WLC
    CONFIG_USE_THIN_ARCHIVES
    CONFIG_VIDEO_CPIA
    CONFIG_VIDEO_SAMSUNG_S5P_TV
    CONFIG_VIDEO_SH_MOBILE_CSI2
    CONFIG_VIDEO_STK1160_AC97
    CONFIG_VIDEO_TW686X_KH
    CONFIG_VIDEO_VIVI
    CONFIG_W1_SLAVE_BQ27000
    CONFIG_W1_SLAVE_DS2760
    CONFIG_XEN_DEBUG
    CONFIG_XEN_SCRUB_PAGES

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2018-11-08 10:44:32 -06:00
Justin M. Forbes 0979d54b30 Clean up i686PAE configs as they are no longer in use 2018-11-08 10:37:14 -06:00
Paul Bolle 75a56a83ac Fix typos in five filenames
Five files that are used in the configuration generation have typos in
their names. Those typos have no effect on the build, but should still
be fixed since they could be confusing (to people and scripts).

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2018-11-07 16:27:39 -06:00
Peter Robinson 1dc56311d2 minor arm config tweak 2018-11-07 15:10:50 +00:00
Peter Robinson 9feaafee26 Initial Arm config updates for 4.20 2018-11-07 13:41:50 +00:00
Justin M. Forbes 33864ba387 Linux v4.20-rc1-62-g8053e5b93eca 2018-11-06 16:16:11 -06:00
Justin M. Forbes e88e680c22 Linux v4.20-rc1 2018-11-05 10:19:40 -06:00
Justin M. Forbes 8874744008 Add config files 2018-11-02 12:08:23 -05:00
Justin M. Forbes 755a40d40d Linux v4.19-12279-g5b7449810ae6 2018-11-01 11:00:41 -05:00
Justin M. Forbes bf0b23e3a4 Linux v4.19-11807-g310c7585e830 2018-10-31 13:11:02 -05:00
Peter Robinson 6588af0f10 drop the controverial speck crypto bits now it's gone upstream too 2018-10-31 11:00:31 +00:00
Peter Robinson f1526e0b52 drop obsolete DAC960 (replaced with SCSI_MYR[SB]) 2018-10-31 10:31:53 +00:00
Justin M. Forbes 968d59bf94 Linux v4.19-11706-g11743c56785c 2018-10-30 11:51:07 -05:00
Justin M. Forbes cea0c127b7 Turn on CONFIG_STACKPROTECTOR for ppc 2018-10-29 15:26:42 -05:00
Justin M. Forbes 4eb72d37dc Linux v4.19-9448-g673c790e7282 2018-10-29 13:54:19 -05:00
Justin M. Forbes 8f03c40977 Linux v4.19-6148-ge5f6d9afa341 2018-10-26 11:30:07 -05:00
Justin M. Forbes 0f348d0bc2 Linux v4.19-5646-g3acbd2de6bc3 2018-10-25 12:49:20 -05:00
Justin M. Forbes bc5d8157d1 Linux v4.19-4345-g638820d8da8e 2018-10-24 13:39:38 -05:00
Justin M. Forbes a92862ed1d Linux v4.19-1676-g0d1b82cd8ac2 2018-10-23 10:47:47 -05:00
Peter Robinson c3f92fbe98 Fix network on some i.MX6 devices (rhbz 1628209) 2018-10-22 10:33:35 +01:00
Jeremy Cline d39a8c5da3
Linux v4.19-rc8-95-g91b15613ce7f
Also enable pinctrl-cannonlake (rhbz 1641057)
2018-10-19 10:09:23 -04:00
Jeremy Cline 572a49234e
Disable DRM settings for impossible hardware on s390x (rhbz 1637914)
Signed-off-by: Jeremy Cline <jcline@redhat.com>
2018-10-11 14:00:01 -04:00
Peter Robinson 8242e01fff emable SCSI_MPT3SAS on ARM 2018-10-05 13:28:00 +01:00
Laura Abbott 6fed0f232e Add support for building with gcc-plugins
This doesn't enable any plugins, only the infrastrucutre for enabling
plugins at a later date.
2018-10-03 07:22:40 -07:00
Peter Robinson bcff13b8a0 fix regression in Jetson TK1 2018-10-02 20:08:52 +01:00
Peter Robinson 48cd6e4350 cleanup leftovers of armv7 bpf jit issues 2018-10-02 19:56:01 +01:00
Peter Robinson 441c3f6381 enable mpu6500 iio driver on arm 2018-10-02 17:55:58 +01:00
Laura Abbott 675bf4ccbb Disable CONFIG_CRYPTO_DEV_SP_PSP (rhbz 1608242) 2018-10-01 12:45:09 -07:00
Jeremy Cline 48b07d1ffe
Change CONFIG_SSB back to a module (rhbz #1572349) 2018-09-28 13:26:22 -04:00
Jeremy Cline e1e6470b82
Enable XDP_SOCKETS (rhbz #1629349) 2018-09-28 13:19:17 -04:00
Peter Robinson 7b6d61c025 fix boot on a number of Rockchips based devices 2018-09-25 00:39:33 +01:00
Peter Robinson 28c16a6fad drop duplicate config (NFC) 2018-09-21 00:57:25 +01:00
Jeremy Cline a54055adb1
Linux v4.19-rc4 2018-09-17 11:00:09 -04:00
Jeremy Cline 2285fc55b5
Drop i686-PAE configuration generation
The i686 PAE configuration is unused since it is no longer built.
2018-09-17 10:52:49 -04:00
Peter Robinson 0f2faa7d0f more minor ARM tweaks 2018-09-16 17:59:55 +01:00
Peter Robinson be2111b4e4 a few minor ARM config tweaks 2018-09-16 17:46:54 +01:00
Peter Robinson 91200bf53b Build TCG_TIS_I2C_INFINEON on all ARM 2018-09-16 17:35:10 +01:00
Jeremy Cline 720da7cdda
Linux v4.19-rc3-247-gf3c0b8ce4840 2018-09-14 14:25:24 -04:00
Peter Robinson fba9b4ec2b remove deleted omap option 2018-09-13 10:03:37 +01:00
Peter Robinson 4049ca58b5 enable EFI_ARMSTUB_DTB_LOADER to allow the dtb= command for easier debug, for standard use no functional change 2018-09-13 09:46:43 +01:00
Dan Horák 539c77ed02
drop redundant spectre v2 mitigation (rhbz#1627915) 2018-09-12 15:37:13 -04:00
Peter Robinson 1c4d7f9336 initial ARM config updates for 4.19 2018-09-04 11:10:48 +01:00
Peter Robinson 7a3c9b39a8 Enable bcm283x VCHIQ, camera and analog audio drivers 2018-09-03 18:14:16 +01:00
Jeremy Cline e062c32359
Enable the AFS module (rhbz 1616016) 2018-08-29 15:49:26 -04:00
Peter Robinson b0b2e14c2e enable QCom IPC router bits 2018-08-29 10:11:52 +01:00
Peter Robinson 4e2bb71927 build in the HW crc32 module, it's almost everywhere, even in the RPi, and now aarch664 requirement 2018-08-29 00:15:48 +01:00
Jeremy Cline 9c8eca5053
Linux v4.19-rc1 2018-08-27 08:36:42 -04:00
Jeremy Cline 565f0372e6
Linux v4.18-12872-g051935978432 2018-08-25 10:26:22 -04:00
Jeremy Cline 28d87ac045
Linux v4.18-12721-g33e17876ea4e 2018-08-24 09:44:58 -04:00
Jeremy Cline 9b4f0fa712
Linux v4.18-11682-g815f0ddb346c 2018-08-23 10:08:57 -04:00
Jeremy Cline f17554469f
Linux v4.18-11219-gad1d69735878 2018-08-22 10:08:14 -04:00
Jeremy Cline 390cb4d0f8
Linux v4.18-10986-g778a33959a8a 2018-08-21 11:36:51 -04:00
Peter Robinson 732b6ed736 enable a couple of iio sensors 2018-08-20 14:57:47 +01:00
Jeremy Cline a9cb2ff141
Linux v4.18-10568-g08b5fa819970 2018-08-19 11:41:45 +01:00
Laura Abbott d0dd790bf9 Enable CONFIG_AF_KCM (rhbz 1613819) 2018-08-17 12:32:00 -07:00
Jeremy Cline 186cf004cb
Linux v4.18-8108-g5c60a7389d79 2018-08-17 09:27:40 +01:00
Peter Robinson e9bc1eed73 Cleanup some old config options, remove DRM drivers hidden behind DRM_LEGACY, tweak module filters a little (fpga, iio, few other bits), minor find optimisation 2018-08-16 20:01:58 +01:00
Jeremy Cline 2cc93cea51
Bring back AEGIS and MORUS ciphers (rhbz 1610180) 2018-08-16 17:22:54 +01:00
Jeremy Cline a23ced99bd
Linux v4.18-7873-gf91e654474d4 2018-08-16 14:56:49 +01:00
Peter Robinson bec265804e Drop PPC64 (Big Endian) configs 2018-08-15 21:29:12 +01:00
Laura Abbott c0a58bf015 Linux v4.18-2978-g1eb46908b35d 2018-08-15 10:58:06 -07:00
Jeremy Cline 6003595fcc
Linux v4.18-1283-g10f3e23f07cb 2018-08-14 13:00:57 +01:00
Peter Robinson d475d4c0b1 Disable speck crypto cipher
The upstream maintainer is dropping it and due to ISO cert issues it's likely
to be gone soon so better off not encouraging usage of it until the final
decision is made. Details here https://lwn.net/Articles/761992/
2018-08-13 11:04:57 +01:00
Peter Robinson ca51d64be1 arm: add the zynqmp config options 2018-08-13 10:20:06 +01:00
Justin M. Forbes b11fbf04e7 Back out AEGIS and MORUS ciphers (rhbz 1610180) 2018-08-01 16:35:31 -05:00
Laura Abbott 7c800e431f Disable framebuffer takeover on s390 again due to more build failures 2018-08-01 17:38:43 +01:00
Hans de Goede 2964bf6887 Enable Apollo Lake Whiskey Cove PMIC support 2018-08-01 17:23:19 +02:00
Jeremy Cline a1853172d8
Enable AEGIS and MORUS ciphers (rhbz 1610180) 2018-08-01 10:31:02 -04:00
Dan Horák 4640bfd632 build ppc64le kernels with Power8 CPU (#1605125) 2018-07-31 21:02:35 +02:00
Dan Horák 405061da3d set LANG explictly for consistent order of options in config files 2018-07-31 21:02:35 +02:00
Dan Horák 65543584bf enable FUNCTION_GRAPH_TRACER (#1605126) 2018-07-31 21:02:35 +02:00
Hans de Goede d88b5d13ef Add patch to fix FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER on s390x and
re-enable FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER on s390x
2018-07-31 11:12:13 +02:00
Laura Abbott 0256b7c58a Disable framebuffer takeover on s390 due to build failure 2018-07-30 11:48:33 -07:00
Hans de Goede 838818e5a9 Add patch queued in -next to make quiet more quiet
Add patches queued in -next to make efifb / fbcon retain the vendor logo
  (ACPI BRGT boot graphics) until the first text is output to the console
2018-07-30 16:46:56 +02:00
Peter Robinson 86f7bf57f9 Enable FPGA Manager kernel framework 2018-07-30 12:55:44 +01:00
Peter Robinson dbd77fedad Add Raspberry Pi voltage sensor driver 2018-07-26 14:13:51 +01:00
Laura Abbott e934483f0e Add the config file 2018-07-19 09:39:57 -07:00
Laura Abbott edd5e61032 Proper support for parallel debuginfo and hardening flags 2018-07-12 16:15:11 -07:00
Dan Horák ae8c56c0d4 VFIO_PCI_IGD needs explicit enable now 2018-07-12 16:09:09 +02:00
Dan Horák fb83a8a833 enable HDA sound drivers on PPC 2018-07-12 16:08:40 +02:00
Peter Robinson f145a61840 Add fix for AllWinner A64 timer scew errata 2018-07-09 08:23:23 +01:00
Peter Robinson 6616079724 minor tegra 186 tweaks 2018-07-05 12:13:56 +01:00
Peter Robinson 6a2768a937 Enable Tegra194 SoC 2018-07-05 11:35:26 +01:00
Laura Abbott 8a409ef282 Enable leds-pca9532 module (rhbz 1595163) 2018-06-26 09:43:24 -07:00
Peter Robinson d7624e0560 Disable BFP JIT on ARMv7 as it's currently broken, Remove forced console on aarch64, legacy config (rhbz 1594402) 2018-06-25 17:53:00 +01:00
Peter Robinson 1f4f66833b Disable zoron driver, moved to staging for removal upstream 2018-06-15 13:24:56 +01:00
Peter Robinson c36cd75159 ARM updates for 4.18, cleanup some dropped config options 2018-06-15 12:57:54 +01:00
Laura Abbott ee004bf48f Linux v4.17-11928-g2837461dbe6f 2018-06-14 10:04:58 -07:00
Laura Abbott 5f1fb0c45a Linux v4.17-11782-gbe779f03d563 2018-06-13 10:54:20 -07:00
Laura Abbott bdc446c43d Linux v4.17-11346-g8efcf34a2639 2018-06-12 08:50:20 -07:00
Laura Abbott 5a506e76b9 Linux v4.17-10288-ga2225d931f75 2018-06-11 10:24:06 -07:00
Laura Abbott 4b8512e91a Linux v4.17-7997-g68abbe729567 2018-06-08 11:37:45 -07:00
Laura Abbott 9382c1533b Linux v4.17-6625-g1c8c5a9d38f6 2018-06-07 14:52:18 -07:00
Dan Horák 6cf9fb9604 [ppc, s390x] enable kexec_file_load system call 2018-06-07 16:18:15 +02:00
Laura Abbott 037431cf90 Linux v4.17-3754-g135c5504a600 2018-06-06 09:56:34 -07:00
Jeremy Cline dc16ce7d36
Enable CONFIG_SCSI_DH* for s390x (rhbz 1586189) 2018-06-05 17:00:26 -04:00
Laura Abbott ab80721865 Linux v4.17-505-g9214407d1237 2018-06-04 14:16:03 -07:00
Justin M. Forbes 1ae48fff50 Linux v4.17 2018-06-04 09:38:46 -05:00
Laura Abbott 9fb14aad58 Enable page table dumping on arm to match other targets 2018-05-23 14:33:57 -07:00
Hans de Goede ae3a573424 Enable GPIO_AMDPT, PINCTRL_AMD and X86_AMD_PLATFORM_DEVICE Kconfig options
This fixes i2c and GPIOs not working on AMD based laptops (rhbz#1510649).
2018-05-20 15:43:29 +02:00
Justin M. Forbes dec69994ee Config updates for upstream kconfig patch 17baab68d337a0bf4654091e2b4cd67c3fdb44d8 2018-05-15 10:39:52 -05:00
Justin M. Forbes 0cc7ffb1ab Linux v4.17-rc4-12-gf142f08bf7ec 2018-05-08 07:39:03 -05:00
Justin M. Forbes b679d90970 Linux v4.17-rc4 2018-05-07 10:17:52 -05:00
Peter Robinson d3854d75b0 Fix USB-2 on Tegra devices 2018-05-07 15:05:08 +01:00
Peter Robinson a5b9638b6b enable mvebu XOR DMA v2 driver 2018-05-07 00:00:26 +01:00
Justin M. Forbes fd0dabfedc Linux v4.17-rc3-13-g2d618bdf7163 2018-05-02 11:50:38 -05:00
Justin M. Forbes 68f9cff457 Linux v4.17-rc3 2018-04-30 10:58:41 -05:00
Peter Robinson a84b00ced8 Enable QLogic NICs on ARM 2018-04-27 10:39:54 +01:00
Justin M. Forbes 1e2b067925 Linux v4.17-rc2 2018-04-23 10:46:16 -05:00
Peter Robinson a71eb20cf4 Enable on ARMv7 for i.MX 2018-04-22 22:54:53 +01:00
Peter Robinson 0ab4cfcb5d minor AllWinner config cleanup 2018-04-22 22:51:32 +01:00
Peter Robinson 1d50bf7788 Minor ARMv7 cleanups 2018-04-22 14:11:51 +01:00
Jeremy Cline 83c9dc6967
Enable CONFIG_DRM on s390x for real (rhbz 1569086)
This only works with 4.17.
2018-04-19 15:23:57 -04:00
Peter Robinson b9b2a331d5 Enable UFS storage options on ARM, just enable on ARM/x86 as it's only likely to be on those platgforms at this point 2018-04-19 17:00:25 +01:00
Jeremy Cline 82a7e3d264
Revert "Enable CONFIG_DRM on s390x (rhbz 1569086)"
It turns out this depends on CONFIG_VT which depends on !S390

This reverts commit c45e5994bf.
2018-04-19 11:32:55 -04:00
Jeremy Cline c45e5994bf
Enable CONFIG_DRM on s390x (rhbz 1569086) 2018-04-18 13:40:24 -04:00
Peter Robinson 2753dad8da Enable drivers for Xilinx ZYMQ-MP Ultra96 2018-04-18 00:16:05 +01:00
Peter Robinson d305754046 Tegra TX fixes attempt 2 2018-04-17 14:27:36 +01:00
Peter Robinson c28c6e363e Fix Tegra TX series firmware/thermal interface 2018-04-17 14:19:41 +01:00
Justin M. Forbes 8cf006311d Linux v4.17-rc1 2018-04-16 11:04:31 -05:00
Peter Robinson 40766321c4 Disable tps65217-charger, fix for the BeagleBone boot failure, Further fix for ThunderX ZIP driver, fix olpc i686 config 2018-04-12 18:11:57 +01:00
Peter Robinson dabc7ac977 fix nouveau on Tegra, Enable IOMMU on Exynos 2018-04-12 08:25:54 +01:00
Laura Abbott 6cb6bcb528 Enable a few infiniband options (rhbz 1291902) 2018-04-11 10:59:42 -07:00
Laura Abbott b9a77b3f37 Enable JFFS2 and some MTD modules (rhbz 1474493) 2018-04-11 10:29:54 -07:00
Justin M. Forbes 9f12cede49 Linux v4.16-11490-gb284d4d5a678 2018-04-11 11:12:16 -05:00
Justin M. Forbes dcd325ca9e Linux v4.16-10608-gf8cf2f16a7c9 2018-04-09 11:22:00 -05:00
Justin M. Forbes 5bf5e37a74 Linux v4.16-9576-g38c23685b273 2018-04-06 12:00:21 -05:00
Justin M. Forbes bb64576091 Linux v4.16-7248-g06dd3dfeea60 2018-04-05 12:30:09 -05:00
Justin M. Forbes 440cf26812 Linux v4.16-5456-g17dec0a94915 2018-04-04 12:45:22 -05:00
Justin M. Forbes 71c4e801d3 Linux v4.16-2520-g642e7fd23353 2018-04-03 12:18:00 -05:00
Peter Robinson 0e8aa23324 drop removed X86_PPRO_FENCE config option 2018-03-27 03:19:08 +01:00
Peter Robinson ab234213c4 Enable initial config for Xilinx ZynqMP platforms 2018-03-26 00:09:27 +01:00
Laura Abbott 4acc5bbea9 Disable IMA appraise (rhbz 1554474)
A recent change to the EFI lockdown patch forces IMA policy to be loaded
when secureboot is used. Unfortunately, we don't have all the pieces in
place to have all components fully signed. Disable appraisal for now
until that gets fixed.
2018-03-12 12:12:50 -07:00
Jeremy Cline 06a455a312
Linux v4.16-rc5 2018-03-12 10:49:13 -04:00
Justin M. Forbes f20e0a3b66 Update efi-lockdown patch with current. 2018-03-12 08:46:00 -05:00
Peter Robinson b724bdfa9e Enable SATA_SIL24 on ARM rhbz 1553931 2018-03-10 07:41:48 +00:00
Laura Abbott 898f8e9b5f Enable CONFIG_ARM64_PMEM
Request for some arm64 devices
2018-03-09 09:52:33 -08:00
Peter Robinson deb9c48b2d enable big.little cpufreq on ARM64 2018-03-05 18:33:59 +00:00
Peter Robinson 8a843c93fd fixupp ARM_SCPI_CPUFREQ config 2018-03-05 09:41:39 +00:00
Jeremy Cline 49df743369
Linux v4.16-rc4 2018-03-04 22:57:03 -05:00
Peter Robinson 2a0e4a876d minor ARM usb cleanups 2018-03-04 11:27:28 +00:00
Peter Robinson 60e272367a Add RPi3 GPIO expander, RPi fixes, OMAP serial update, general ARM fixes 2018-03-03 22:51:13 +00:00
Laura Abbott 356f92a381 Don't build in CONFIG_X86_PMEM_LEGACY (rhbz 1460398) 2018-02-28 09:34:54 -08:00
Laura Abbott bb540d20c6 Enable IMA (rhbz 790008) 2018-02-19 10:54:11 -08:00