diff options
author | Tom Rini | 2022-06-20 08:07:48 -0400 |
---|---|---|
committer | Tom Rini | 2022-07-05 17:04:59 -0400 |
commit | f27bca4c27ef1503a85ad285a4a39c7c62fddc2d (patch) | |
tree | 54cdd8110b460063c2752d7e7e3b43d886ee577a /include/configs/ge_bx50v3.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 <trini@konsulko.com>
Diffstat (limited to 'include/configs/ge_bx50v3.h')
-rw-r--r-- | include/configs/ge_bx50v3.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index b4638a2b9d8..ad00769bdee 100644 --- a/include/configs/ge_bx50v3.h +++ b/include/configs/ge_bx50v3.h @@ -109,6 +109,4 @@ #define CONFIG_IMX6_PWM_PER_CLK 66000000 -#define CONFIG_PCI_SCAN_SHOW - #endif /* __GE_BX50V3_CONFIG_H */ |