diff options
| author | Tom Rini <[email protected]> | 2022-06-20 08:07:48 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-07-05 17:04:59 -0400 |
| commit | f27bca4c27ef1503a85ad285a4a39c7c62fddc2d (patch) | |
| tree | 54cdd8110b460063c2752d7e7e3b43d886ee577a /include/configs/ls1046a_common.h | |
| parent | 4e7860288c2edb3d3f2e947e4a217e9a51787301 (diff) | |
Convert CONFIG_PCI_SCAN_SHOW to Kconfig
This converts the following to Kconfig:
CONFIG_PCI_SCAN_SHOW
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/configs/ls1046a_common.h')
| -rw-r--r-- | include/configs/ls1046a_common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h index 3a1106777f9..94118c420e6 100644 --- a/include/configs/ls1046a_common.h +++ b/include/configs/ls1046a_common.h @@ -76,10 +76,6 @@ /* I2C */ -#ifdef CONFIG_PCI -#define CONFIG_PCI_SCAN_SHOW -#endif - /* SATA */ #ifndef SPL_NO_SATA #define CONFIG_SYS_SATA AHCI_BASE_ADDR |
