diff options
author | Jaedon Shin <jaedon.shin@gmail.com> | 2018-02-07 05:36:27 +0300 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2018-02-19 13:55:34 +0300 |
commit | 8fb71345ae275819424d61b8399443175bb80093 (patch) | |
tree | 52bd3405f875da2b4ab06681bbf9081a82c694a4 /arch/mips/configs | |
parent | db6775ca6e0353d2618ca7d5e210fc36ad43bbd4 (diff) | |
download | linux-8fb71345ae275819424d61b8399443175bb80093.tar.xz |
MIPS: BMIPS: Enable CONFIG_SOC_BRCMSTB
Enable CONFIG_SOC_BRCMSTB in bmips_stb_defconfig. CONFIG_BRCMSTB_PM is
also enabled by default option in Kconfig.
Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Kevin Cernekee <cernekee@gmail.com>
Cc: linux-mips@linux-mips.org
Reviewed-by: James Hogan <jhogan@kernel.org>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Patchwork: https://patchwork.linux-mips.org/patch/18590/
Signed-off-by: James Hogan <jhogan@kernel.org>
Diffstat (limited to 'arch/mips/configs')
-rw-r--r-- | arch/mips/configs/bmips_stb_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/configs/bmips_stb_defconfig b/arch/mips/configs/bmips_stb_defconfig index 3cefa6bc01dd..47aecb8750e6 100644 --- a/arch/mips/configs/bmips_stb_defconfig +++ b/arch/mips/configs/bmips_stb_defconfig @@ -72,6 +72,7 @@ CONFIG_USB_EHCI_HCD_PLATFORM=y CONFIG_USB_OHCI_HCD=y CONFIG_USB_OHCI_HCD_PLATFORM=y CONFIG_USB_STORAGE=y +CONFIG_SOC_BRCMSTB=y CONFIG_EXT4_FS=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y |