lkml.org 
[lkml]   [2018]   [Nov]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 03/15] ARM: Prepare RDA8810PL SoC
    Date
    From: Andreas Färber <afaerber@suse.de>

    Introduce ARCH_RDA and mach-rda for RDA Micro SoCs.

    Signed-off-by: Andreas Färber <afaerber@suse.de>
    Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
    ---
    arch/arm/Kconfig | 2 ++
    arch/arm/Makefile | 1 +
    arch/arm/mach-rda/Kconfig | 7 +++++++
    arch/arm/mach-rda/Makefile | 1 +
    4 files changed, 11 insertions(+)
    create mode 100644 arch/arm/mach-rda/Kconfig
    create mode 100644 arch/arm/mach-rda/Makefile

    diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
    index 91be74d8df65..084f0983e6b2 100644
    --- a/arch/arm/Kconfig
    +++ b/arch/arm/Kconfig
    @@ -804,6 +804,8 @@ source "arch/arm/plat-pxa/Kconfig"

    source "arch/arm/mach-qcom/Kconfig"

    +source "arch/arm/mach-rda/Kconfig"
    +
    source "arch/arm/mach-realview/Kconfig"

    source "arch/arm/mach-rockchip/Kconfig"
    diff --git a/arch/arm/Makefile b/arch/arm/Makefile
    index 05a91d8b89f3..10056ccdb8be 100644
    --- a/arch/arm/Makefile
    +++ b/arch/arm/Makefile
    @@ -202,6 +202,7 @@ machine-$(CONFIG_ARCH_ORION5X) += orion5x
    machine-$(CONFIG_ARCH_PICOXCELL) += picoxcell
    machine-$(CONFIG_ARCH_PXA) += pxa
    machine-$(CONFIG_ARCH_QCOM) += qcom
    +machine-$(CONFIG_ARCH_RDA) += rda
    machine-$(CONFIG_ARCH_REALVIEW) += realview
    machine-$(CONFIG_ARCH_ROCKCHIP) += rockchip
    machine-$(CONFIG_ARCH_RPC) += rpc
    diff --git a/arch/arm/mach-rda/Kconfig b/arch/arm/mach-rda/Kconfig
    new file mode 100644
    index 000000000000..dafab78d7aab
    --- /dev/null
    +++ b/arch/arm/mach-rda/Kconfig
    @@ -0,0 +1,7 @@
    +menuconfig ARCH_RDA
    + bool "RDA Micro SoCs"
    + depends on ARCH_MULTI_V7
    + select COMMON_CLK
    + select GENERIC_IRQ_CHIP
    + help
    + This enables support for the RDA Micro 8810PL SoC family.
    diff --git a/arch/arm/mach-rda/Makefile b/arch/arm/mach-rda/Makefile
    new file mode 100644
    index 000000000000..6bea3d3a2dd7
    --- /dev/null
    +++ b/arch/arm/mach-rda/Makefile
    @@ -0,0 +1 @@
    +obj- += dummy.o
    --
    2.17.1
    \
     
     \ /
      Last update: 2018-11-21 04:38    [W:2.679 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site