mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
Convert CONFIG_FSL_LBC to Kconfig
This converts the following to Kconfig: CONFIG_FSL_LBC Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
060613f119
commit
d58d0663cb
2 changed files with 4 additions and 8 deletions
|
@ -34,6 +34,10 @@ config MPC8xx
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
config FSL_LBC
|
||||||
|
def_bool y
|
||||||
|
depends on (MPC85xx || MPC83xx) && !FSL_IFC
|
||||||
|
|
||||||
config HIGH_BATS
|
config HIGH_BATS
|
||||||
bool "Enable high BAT registers"
|
bool "Enable high BAT registers"
|
||||||
help
|
help
|
||||||
|
|
|
@ -32,14 +32,6 @@
|
||||||
#define BPTR_VIRT_ADDR 0xfffff000
|
#define BPTR_VIRT_ADDR 0xfffff000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Since so many PPC SOCs have a semi-common LBC, define this here */
|
|
||||||
#if defined(CONFIG_MPC85xx) || defined(CONFIG_MPC86xx) || \
|
|
||||||
defined(CONFIG_MPC83xx)
|
|
||||||
#if !defined(CONFIG_FSL_IFC)
|
|
||||||
#define CONFIG_FSL_LBC
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* The TSEC driver uses the PHYLIB infrastructure */
|
/* The TSEC driver uses the PHYLIB infrastructure */
|
||||||
#if defined(CONFIG_TSEC_ENET) && defined(CONFIG_PHYLIB)
|
#if defined(CONFIG_TSEC_ENET) && defined(CONFIG_PHYLIB)
|
||||||
#include <config_phylib_all_drivers.h>
|
#include <config_phylib_all_drivers.h>
|
||||||
|
|
Loading…
Reference in a new issue