diff options
author | York Sun | 2016-09-26 08:09:24 -0700 |
---|---|---|
committer | York Sun | 2016-09-26 08:53:07 -0700 |
commit | da28e58a7fc169625334b1e40f72067b481b352a (patch) | |
tree | fb6dd1f93c7596b930ed5c061b53b8fe3c4b2a11 /drivers/net/fm | |
parent | 126fe70d7746d7e60a6331391cab6713368b78dc (diff) |
armv8: ls1046a: Convert CONFIG_LS1046A to Kconfig option ARCH_LS1046A
Move this option to Kconfig and clean up existing uses.
Signed-off-by: York Sun <york.sun@nxp.com>
CC: Mingkai Hu <mingkai.hu@nxp.com>
CC: Gong Qianyu <Qianyu.Gong@nxp.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/net/fm')
-rw-r--r-- | drivers/net/fm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fm/Makefile b/drivers/net/fm/Makefile index 344fbe20a56..316fef485da 100644 --- a/drivers/net/fm/Makefile +++ b/drivers/net/fm/Makefile @@ -39,4 +39,4 @@ obj-$(CONFIG_PPC_T4080) += t4240.o obj-$(CONFIG_PPC_B4420) += b4860.o obj-$(CONFIG_PPC_B4860) += b4860.o obj-$(CONFIG_LS1043A) += ls1043.o -obj-$(CONFIG_LS1046A) += ls1046.o +obj-$(CONFIG_ARCH_LS1046A) += ls1046.o |