diff options
author | Marek BehĂșn <kabel@kernel.org> | 2022-01-11 14:52:13 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-01-15 17:41:19 +0100 |
commit | 83ce42b54eb1393030c5f3fdbf19fa2e1a35c6e4 (patch) | |
tree | a8391b1a2c5694ab868756edc276c32374838fcf /target/linux/mvebu/cortexa9 | |
parent | 9149ed4f05f86e3fd0dd55c87913ced8a5a32ba4 (diff) | |
download | upstream-83ce42b54eb1393030c5f3fdbf19fa2e1a35c6e4.tar.gz upstream-83ce42b54eb1393030c5f3fdbf19fa2e1a35c6e4.tar.bz2 upstream-83ce42b54eb1393030c5f3fdbf19fa2e1a35c6e4.zip |
mvebu: Move cortexa9 specific config options from global config
Move config options
CONFIG_PHY_MVEBU_A38X_COMPHY
CONFIG_RTC_DRV_MV
to cortexa9/config-5.10.
These are not needed for arm64 targets.
Signed-off-by: Marek BehĂșn <kabel@kernel.org>
Diffstat (limited to 'target/linux/mvebu/cortexa9')
-rw-r--r-- | target/linux/mvebu/cortexa9/config-5.10 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/mvebu/cortexa9/config-5.10 b/target/linux/mvebu/cortexa9/config-5.10 new file mode 100644 index 0000000000..b737c44d42 --- /dev/null +++ b/target/linux/mvebu/cortexa9/config-5.10 @@ -0,0 +1,2 @@ +CONFIG_PHY_MVEBU_A38X_COMPHY=y +CONFIG_RTC_DRV_MV=y |