2012-09-17 03:38:39 +02:00
|
|
|
config ARCH_MXC
|
2012-10-18 20:04:30 +02:00
|
|
|
bool "Freescale i.MX family" if ARCH_MULTI_V4_V5 || ARCH_MULTI_V6_V7
|
2012-09-17 03:38:39 +02:00
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
2013-07-26 05:17:35 +02:00
|
|
|
select ARM_CPU_SUSPEND if PM
|
2012-09-17 03:38:39 +02:00
|
|
|
select ARM_PATCH_PHYS_VIRT
|
|
|
|
select CLKSRC_MMIO
|
2013-10-01 11:08:56 +02:00
|
|
|
select COMMON_CLK
|
2013-05-08 15:05:54 +02:00
|
|
|
select GENERIC_ALLOCATOR
|
2012-09-17 03:38:39 +02:00
|
|
|
select GENERIC_CLOCKEVENTS
|
|
|
|
select GENERIC_IRQ_CHIP
|
2013-07-10 17:30:16 +02:00
|
|
|
select MIGHT_HAVE_CACHE_L2X0 if ARCH_MULTI_V6_V7
|
2012-09-17 03:38:39 +02:00
|
|
|
select MULTI_IRQ_HANDLER
|
2013-11-16 15:25:02 +01:00
|
|
|
select PINCTRL
|
2013-08-13 10:59:28 +02:00
|
|
|
select SOC_BUS
|
2012-09-17 03:38:39 +02:00
|
|
|
select SPARSE_IRQ
|
|
|
|
select USE_OF
|
|
|
|
help
|
|
|
|
Support for Freescale MXC/iMX-based family of processors
|
|
|
|
|
|
|
|
menu "Freescale i.MX support"
|
|
|
|
depends on ARCH_MXC
|
2012-09-13 13:48:07 +02:00
|
|
|
|
|
|
|
config MXC_TZIC
|
|
|
|
bool
|
|
|
|
|
|
|
|
config MXC_AVIC
|
|
|
|
bool
|
|
|
|
|
|
|
|
config MXC_DEBUG_BOARD
|
|
|
|
bool "Enable MXC debug board(for 3-stack)"
|
|
|
|
help
|
|
|
|
The debug board is an integral part of the MXC 3-stack(PDK)
|
|
|
|
platforms, it can be attached or removed from the peripheral
|
|
|
|
board. On debug board, several debug devices(ethernet, UART,
|
|
|
|
buttons, LEDs and JTAG) are implemented. Between the MCU and
|
|
|
|
these devices, a CPLD is added as a bridge which performs
|
|
|
|
data/address de-multiplexing and decode, signal level shift,
|
|
|
|
interrupt control and various board functions.
|
|
|
|
|
|
|
|
config HAVE_EPIT
|
|
|
|
bool
|
|
|
|
|
|
|
|
config MXC_USE_EPIT
|
|
|
|
bool "Use EPIT instead of GPT"
|
|
|
|
depends on HAVE_EPIT
|
|
|
|
help
|
|
|
|
Use EPIT as the system timer on systems that have it. Normally you
|
|
|
|
don't have a reason to do so as the EPIT has the same features and
|
|
|
|
uses the same clocks as the GPT. Anyway, on some systems the GPT
|
|
|
|
may be in use for other purposes.
|
|
|
|
|
|
|
|
config ARCH_HAS_RNGA
|
|
|
|
bool
|
|
|
|
|
2013-03-21 00:39:42 +01:00
|
|
|
config HAVE_IMX_ANATOP
|
|
|
|
bool
|
|
|
|
|
2011-09-06 08:39:44 +02:00
|
|
|
config HAVE_IMX_GPC
|
|
|
|
bool
|
|
|
|
|
|
|
|
config HAVE_IMX_MMDC
|
|
|
|
bool
|
|
|
|
|
|
|
|
config HAVE_IMX_SRC
|
2012-10-23 09:23:59 +02:00
|
|
|
def_bool y if SMP
|
2013-03-28 17:35:19 +01:00
|
|
|
select ARCH_HAS_RESET_CONTROLLER
|
2011-09-06 08:39:44 +02:00
|
|
|
|
2012-09-13 07:26:00 +02:00
|
|
|
config IMX_HAVE_IOMUX_V1
|
|
|
|
bool
|
|
|
|
|
|
|
|
config ARCH_MXC_IOMUX_V3
|
|
|
|
bool
|
|
|
|
|
2011-08-23 09:39:35 +02:00
|
|
|
config ARCH_MX1
|
|
|
|
bool
|
|
|
|
|
|
|
|
config ARCH_MX25
|
|
|
|
bool
|
|
|
|
|
|
|
|
config MACH_MX27
|
|
|
|
bool
|
|
|
|
|
2010-06-14 17:39:21 +02:00
|
|
|
config SOC_IMX1
|
2010-11-11 18:06:17 +01:00
|
|
|
bool
|
2011-08-23 09:39:35 +02:00
|
|
|
select ARCH_MX1
|
2010-06-14 17:39:21 +02:00
|
|
|
select CPU_ARM920T
|
|
|
|
select IMX_HAVE_IOMUX_V1
|
2010-11-05 09:37:22 +01:00
|
|
|
select MXC_AVIC
|
2010-11-11 18:06:17 +01:00
|
|
|
|
|
|
|
config SOC_IMX21
|
|
|
|
bool
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select CPU_ARM926T
|
2010-11-11 18:06:17 +01:00
|
|
|
select IMX_HAVE_IOMUX_V1
|
2010-11-05 09:37:22 +01:00
|
|
|
select MXC_AVIC
|
2010-11-11 18:06:17 +01:00
|
|
|
|
|
|
|
config SOC_IMX25
|
2010-06-14 17:39:21 +02:00
|
|
|
bool
|
2011-08-23 09:39:35 +02:00
|
|
|
select ARCH_MX25
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select ARCH_MXC_IOMUX_V3
|
2010-11-11 18:06:17 +01:00
|
|
|
select CPU_ARM926T
|
2010-11-05 09:37:22 +01:00
|
|
|
select MXC_AVIC
|
2013-11-06 09:52:18 +01:00
|
|
|
select PINCTRL_IMX25
|
2010-11-11 18:06:17 +01:00
|
|
|
|
|
|
|
config SOC_IMX27
|
|
|
|
bool
|
2013-03-27 14:01:31 +01:00
|
|
|
select ARCH_HAS_CPUFREQ
|
|
|
|
select ARCH_HAS_OPP
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select CPU_ARM926T
|
2010-11-11 18:06:17 +01:00
|
|
|
select IMX_HAVE_IOMUX_V1
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select MACH_MX27
|
2010-11-05 09:37:22 +01:00
|
|
|
select MXC_AVIC
|
2013-11-12 09:50:10 +01:00
|
|
|
select PINCTRL_IMX27
|
2010-11-11 18:06:17 +01:00
|
|
|
|
2011-03-17 09:40:29 +01:00
|
|
|
config SOC_IMX31
|
|
|
|
bool
|
|
|
|
select CPU_V6
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_RNGA
|
|
|
|
select MXC_AVIC
|
2011-09-27 07:48:02 +02:00
|
|
|
select SMP_ON_UP if SMP
|
2011-03-17 09:40:29 +01:00
|
|
|
|
|
|
|
config SOC_IMX35
|
|
|
|
bool
|
|
|
|
select ARCH_MXC_IOMUX_V3
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select CPU_V6K
|
2011-03-17 09:40:29 +01:00
|
|
|
select HAVE_EPIT
|
|
|
|
select MXC_AVIC
|
2011-09-27 07:48:02 +02:00
|
|
|
select SMP_ON_UP if SMP
|
2013-12-18 15:10:25 +01:00
|
|
|
select PINCTRL
|
2011-03-17 09:40:29 +01:00
|
|
|
|
2011-11-07 12:36:48 +01:00
|
|
|
config SOC_IMX5
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
bool
|
2011-11-07 12:36:48 +01:00
|
|
|
select ARCH_HAS_CPUFREQ
|
2013-03-27 14:01:31 +01:00
|
|
|
select ARCH_HAS_OPP
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select ARCH_MXC_IOMUX_V3
|
|
|
|
select CPU_V7
|
|
|
|
select MXC_TZIC
|
2011-11-07 12:36:48 +01:00
|
|
|
|
|
|
|
config SOC_IMX51
|
|
|
|
bool
|
2013-03-28 17:35:22 +01:00
|
|
|
select HAVE_IMX_SRC
|
2012-08-13 13:55:37 +02:00
|
|
|
select PINCTRL_IMX51
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX5
|
2011-11-07 12:36:48 +01:00
|
|
|
|
2012-09-17 03:38:39 +02:00
|
|
|
if ARCH_MULTI_V4T
|
2010-06-14 17:39:21 +02:00
|
|
|
|
2010-06-14 15:56:58 +02:00
|
|
|
comment "MX1 platforms:"
|
|
|
|
config MACH_MXLADS
|
|
|
|
bool
|
|
|
|
|
|
|
|
config ARCH_MX1ADS
|
|
|
|
bool "MX1ADS platform"
|
2010-06-16 15:26:07 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
2010-06-22 14:50:59 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select MACH_MXLADS
|
|
|
|
select SOC_IMX1
|
2010-06-14 15:56:58 +02:00
|
|
|
help
|
|
|
|
Say Y here if you are using Motorola MX1ADS/MXLADS boards
|
|
|
|
|
|
|
|
config MACH_SCB9328
|
|
|
|
bool "Synertronixx scb9328"
|
2010-06-22 14:50:59 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2013-06-03 15:46:53 +02:00
|
|
|
select SOC_IMX1
|
2010-06-14 15:56:58 +02:00
|
|
|
help
|
|
|
|
Say Y here if you are using a Synertronixx scb9328 board
|
|
|
|
|
2011-04-29 07:21:39 +02:00
|
|
|
config MACH_APF9328
|
|
|
|
bool "APF9328"
|
2011-10-08 17:19:49 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
2011-04-29 07:21:39 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX1
|
2011-04-29 07:21:39 +02:00
|
|
|
help
|
|
|
|
Say Yes here if you are using the Armadeus APF9328 development board
|
|
|
|
|
2012-09-17 03:38:39 +02:00
|
|
|
endif
|
|
|
|
|
|
|
|
if ARCH_MULTI_V5
|
|
|
|
|
2010-06-14 16:56:46 +02:00
|
|
|
comment "MX21 platforms:"
|
2008-07-05 10:03:00 +02:00
|
|
|
|
2009-04-15 15:39:27 +02:00
|
|
|
config MACH_MX21ADS
|
|
|
|
bool "MX21ADS platform"
|
2010-11-04 17:07:48 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_FB
|
2010-06-22 17:59:58 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2010-11-05 17:26:09 +01:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_MMC
|
2010-06-16 11:17:45 +02:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX21
|
2009-04-15 15:39:27 +02:00
|
|
|
help
|
|
|
|
Include support for MX21ADS platform. This includes specific
|
|
|
|
configurations for the board and its peripherals.
|
|
|
|
|
2010-11-11 18:06:17 +01:00
|
|
|
comment "MX25 platforms:"
|
|
|
|
|
|
|
|
config MACH_MX25_3DS
|
|
|
|
bool "Support MX25PDK (3DS) Platform"
|
2011-07-08 19:59:50 +02:00
|
|
|
select IMX_HAVE_PLATFORM_FLEXCAN
|
2010-12-22 15:25:32 +01:00
|
|
|
select IMX_HAVE_PLATFORM_FSL_USB2_UDC
|
2010-11-11 18:06:17 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
|
|
|
select IMX_HAVE_PLATFORM_IMXDI_RTC
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_FB
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
2010-11-11 18:06:17 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_KEYPAD
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
2010-11-19 21:03:33 +01:00
|
|
|
select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX25
|
2010-11-11 18:06:17 +01:00
|
|
|
|
2011-12-13 07:31:35 +01:00
|
|
|
config MACH_EUKREA_CPUIMX25SD
|
2010-11-11 18:06:17 +01:00
|
|
|
bool "Support Eukrea CPUIMX25 Platform"
|
|
|
|
select IMX_HAVE_PLATFORM_FLEXCAN
|
|
|
|
select IMX_HAVE_PLATFORM_FSL_USB2_UDC
|
2012-05-08 09:20:18 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
2010-11-11 18:06:17 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMXDI_RTC
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_FB
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
2010-11-19 21:03:33 +01:00
|
|
|
select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
|
2013-06-06 14:41:57 +02:00
|
|
|
select USB_ULPI_VIEWPORT if USB_ULPI
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX25
|
2010-11-11 18:06:17 +01:00
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Baseboard"
|
2011-12-13 07:31:35 +01:00
|
|
|
depends on MACH_EUKREA_CPUIMX25SD
|
2010-11-11 18:06:17 +01:00
|
|
|
default MACH_EUKREA_MBIMXSD25_BASEBOARD
|
|
|
|
|
|
|
|
config MACH_EUKREA_MBIMXSD25_BASEBOARD
|
|
|
|
bool "Eukrea MBIMXSD development board"
|
2011-02-28 18:04:33 +01:00
|
|
|
select IMX_HAVE_PLATFORM_GPIO_KEYS
|
2010-11-11 18:06:17 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_SSI
|
2012-05-08 09:20:17 +02:00
|
|
|
select IMX_HAVE_PLATFORM_SPI_IMX
|
2011-05-28 21:05:01 +02:00
|
|
|
select LEDS_GPIO_REGISTER
|
2010-11-11 18:06:17 +01:00
|
|
|
help
|
|
|
|
This adds board specific devices that can be found on Eukrea's
|
|
|
|
MBIMXSD evaluation board.
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2012-09-20 14:59:36 +02:00
|
|
|
config MACH_IMX25_DT
|
|
|
|
bool "Support i.MX25 platforms from device tree"
|
|
|
|
select SOC_IMX25
|
|
|
|
help
|
|
|
|
Include support for Freescale i.MX25 based platforms
|
|
|
|
using the device tree for discovery
|
|
|
|
|
2010-06-14 16:56:46 +02:00
|
|
|
comment "MX27 platforms:"
|
|
|
|
|
2008-07-05 10:03:00 +02:00
|
|
|
config MACH_MX27ADS
|
|
|
|
bool "MX27ADS platform"
|
2010-11-04 17:07:48 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_FB
|
2010-06-16 17:25:40 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
2010-06-23 09:36:01 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2010-11-05 17:26:09 +01:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_MMC
|
2010-06-16 07:35:31 +02:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
2010-10-29 10:56:07 +02:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_W1
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX27
|
2008-07-05 10:03:00 +02:00
|
|
|
help
|
|
|
|
Include support for MX27ADS platform. This includes specific
|
|
|
|
configurations for the board and its peripherals.
|
2008-07-05 10:03:00 +02:00
|
|
|
|
|
|
|
config MACH_PCM038
|
|
|
|
bool "Phytec phyCORE-i.MX27 CPU module (pcm038)"
|
2010-11-04 10:09:10 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
2010-06-16 17:25:40 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
2010-06-23 09:36:01 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2010-11-05 18:52:09 +01:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
2010-06-16 07:35:31 +02:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
2010-10-29 10:56:07 +02:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_W1
|
2010-06-22 09:00:22 +02:00
|
|
|
select IMX_HAVE_PLATFORM_SPI_IMX
|
2013-06-06 14:41:57 +02:00
|
|
|
select USB_ULPI_VIEWPORT if USB_ULPI
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX27
|
2008-07-05 10:03:00 +02:00
|
|
|
help
|
|
|
|
Include support for phyCORE-i.MX27 (aka pcm038) platform. This
|
|
|
|
includes specific configurations for the module and its peripherals.
|
2008-07-05 10:03:01 +02:00
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Baseboard"
|
|
|
|
depends on MACH_PCM038
|
|
|
|
default MACH_PCM970_BASEBOARD
|
|
|
|
|
|
|
|
config MACH_PCM970_BASEBOARD
|
2010-11-04 17:07:48 +01:00
|
|
|
bool "PHYTEC PCM970 development board"
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_FB
|
2010-11-05 17:26:09 +01:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_MMC
|
2008-07-05 10:03:01 +02:00
|
|
|
help
|
|
|
|
This adds board specific devices that can be found on Phytec's
|
|
|
|
PCM970 evaluation board.
|
|
|
|
|
|
|
|
endchoice
|
2009-01-29 14:42:25 +01:00
|
|
|
|
2009-12-10 10:19:43 +01:00
|
|
|
config MACH_CPUIMX27
|
2009-07-16 16:26:33 +02:00
|
|
|
bool "Eukrea CPUIMX27 module"
|
2010-11-09 17:52:14 +01:00
|
|
|
select IMX_HAVE_PLATFORM_FSL_USB2_UDC
|
2010-11-04 10:09:10 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
2010-06-16 17:25:40 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
2010-06-23 09:36:01 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2010-11-05 18:52:09 +01:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
2010-06-16 07:35:31 +02:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
2010-10-29 10:56:07 +02:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_W1
|
2013-06-06 14:41:57 +02:00
|
|
|
select USB_ULPI_VIEWPORT if USB_ULPI
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX27
|
2009-07-16 16:26:33 +02:00
|
|
|
help
|
|
|
|
Include support for Eukrea CPUIMX27 platform. This includes
|
|
|
|
specific configurations for the module and its peripherals.
|
|
|
|
|
|
|
|
config MACH_EUKREA_CPUIMX27_USESDHC2
|
|
|
|
bool "CPUIMX27 integrates SDHC2 module"
|
2009-12-10 10:19:43 +01:00
|
|
|
depends on MACH_CPUIMX27
|
2010-11-05 17:26:09 +01:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_MMC
|
2009-07-16 16:26:33 +02:00
|
|
|
help
|
2010-05-19 18:45:59 +02:00
|
|
|
This adds support for the internal SDHC2 used on CPUIMX27
|
2009-07-16 16:26:33 +02:00
|
|
|
for wifi or eMMC.
|
|
|
|
|
2010-05-19 18:45:59 +02:00
|
|
|
config MACH_EUKREA_CPUIMX27_USEUART4
|
|
|
|
bool "CPUIMX27 integrates UART4 module"
|
|
|
|
depends on MACH_CPUIMX27
|
|
|
|
help
|
|
|
|
This adds support for the internal UART4 used on CPUIMX27
|
|
|
|
for bluetooth.
|
|
|
|
|
2009-07-16 16:26:34 +02:00
|
|
|
choice
|
|
|
|
prompt "Baseboard"
|
2009-12-10 10:19:43 +01:00
|
|
|
depends on MACH_CPUIMX27
|
2009-07-16 16:26:34 +02:00
|
|
|
default MACH_EUKREA_MBIMX27_BASEBOARD
|
|
|
|
|
|
|
|
config MACH_EUKREA_MBIMX27_BASEBOARD
|
2010-08-25 17:37:45 +02:00
|
|
|
bool "Eukrea MBIMX27 development board"
|
2010-11-04 17:07:48 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_FB
|
2010-11-10 09:58:56 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_KEYPAD
|
2010-08-25 17:37:45 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_SSI
|
2010-06-23 09:36:01 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2010-11-05 17:26:09 +01:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_MMC
|
2010-06-22 09:00:22 +02:00
|
|
|
select IMX_HAVE_PLATFORM_SPI_IMX
|
2011-05-28 21:05:01 +02:00
|
|
|
select LEDS_GPIO_REGISTER
|
2009-07-16 16:26:34 +02:00
|
|
|
help
|
|
|
|
This adds board specific devices that can be found on Eukrea's
|
|
|
|
MBIMX27 evaluation board.
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2009-04-16 21:45:01 +02:00
|
|
|
config MACH_MX27_3DS
|
|
|
|
bool "MX27PDK platform"
|
2010-12-22 15:25:31 +01:00
|
|
|
select IMX_HAVE_PLATFORM_FSL_USB2_UDC
|
2010-12-07 20:14:45 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
2011-06-22 14:25:25 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_FB
|
2011-03-01 20:59:46 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
2010-11-10 09:58:56 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_KEYPAD
|
2012-07-03 20:44:57 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_SSI
|
2010-06-23 09:36:01 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2012-02-15 22:36:10 +01:00
|
|
|
select IMX_HAVE_PLATFORM_MX2_CAMERA
|
2010-12-22 15:25:31 +01:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
2010-11-05 17:26:09 +01:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_MMC
|
2011-01-03 14:16:39 +01:00
|
|
|
select IMX_HAVE_PLATFORM_SPI_IMX
|
2011-01-10 21:17:37 +01:00
|
|
|
select MXC_DEBUG_BOARD
|
2013-06-06 14:41:57 +02:00
|
|
|
select USB_ULPI_VIEWPORT if USB_ULPI
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX27
|
2009-04-16 21:45:01 +02:00
|
|
|
help
|
|
|
|
Include support for MX27PDK platform. This includes specific
|
|
|
|
configurations for the board and its peripherals.
|
2009-06-03 23:23:54 +02:00
|
|
|
|
2010-07-30 10:06:01 +02:00
|
|
|
config MACH_IMX27_VISSTRIM_M10
|
|
|
|
bool "Vista Silicon i.MX27 Visstrim_m10"
|
2011-02-28 18:04:33 +01:00
|
|
|
select IMX_HAVE_PLATFORM_GPIO_KEYS
|
2010-07-30 10:06:01 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
2011-03-18 12:24:08 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_SSI
|
2010-07-30 10:06:01 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2012-02-28 17:31:51 +01:00
|
|
|
select IMX_HAVE_PLATFORM_MX2_CAMERA
|
2012-09-05 13:06:15 +02:00
|
|
|
select IMX_HAVE_PLATFORM_MX2_EMMA
|
2010-11-05 18:52:09 +01:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
2012-02-28 17:31:48 +01:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_MMC
|
2012-02-29 13:17:33 +01:00
|
|
|
select LEDS_GPIO_REGISTER
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX27
|
2010-07-30 10:06:01 +02:00
|
|
|
help
|
|
|
|
Include support for Visstrim_m10 platform and its different variants.
|
|
|
|
This includes specific configurations for the board and its
|
|
|
|
peripherals.
|
|
|
|
|
2009-12-10 10:25:07 +01:00
|
|
|
config MACH_IMX27LITE
|
2009-06-03 23:23:54 +02:00
|
|
|
bool "LogicPD MX27 LITEKIT platform"
|
2011-03-01 15:02:08 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_SSI
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
|
|
|
select SOC_IMX27
|
2009-06-03 23:23:54 +02:00
|
|
|
help
|
|
|
|
Include support for MX27 LITEKIT platform. This includes specific
|
|
|
|
configurations for the board and its peripherals.
|
|
|
|
|
2009-08-06 11:19:39 +02:00
|
|
|
config MACH_PCA100
|
|
|
|
bool "Phytec phyCARD-s (pca100)"
|
2010-11-09 17:52:14 +01:00
|
|
|
select IMX_HAVE_PLATFORM_FSL_USB2_UDC
|
2010-11-04 10:09:10 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
2010-11-04 17:07:48 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_FB
|
2010-06-16 17:25:40 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
2010-08-25 17:37:45 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_SSI
|
2010-06-23 09:36:01 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2010-11-05 18:52:09 +01:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
2010-11-05 17:26:09 +01:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_MMC
|
2010-06-16 07:35:31 +02:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
2010-10-29 10:56:07 +02:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_W1
|
2010-06-22 09:00:22 +02:00
|
|
|
select IMX_HAVE_PLATFORM_SPI_IMX
|
2013-06-06 14:41:57 +02:00
|
|
|
select USB_ULPI_VIEWPORT if USB_ULPI
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX27
|
2009-08-06 11:19:39 +02:00
|
|
|
help
|
|
|
|
Include support for phyCARD-s (aka pca100) platform. This
|
|
|
|
includes specific configurations for the module and its peripherals.
|
|
|
|
|
2009-11-25 18:24:50 +01:00
|
|
|
config MACH_MXT_TD60
|
|
|
|
bool "Maxtrack i-MXT TD60"
|
2010-11-04 17:07:48 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_FB
|
2010-06-16 17:25:40 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
2010-06-23 09:36:01 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2010-11-05 17:26:09 +01:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_MMC
|
2010-06-16 07:35:31 +02:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX27
|
2009-11-25 18:24:50 +01:00
|
|
|
help
|
|
|
|
Include support for i-MXT (aka td60) platform. This
|
|
|
|
includes specific configurations for the module and its peripherals.
|
|
|
|
|
2011-01-24 19:55:02 +01:00
|
|
|
config MACH_IMX27IPCAM
|
|
|
|
bool "IMX27 IPCAM platform"
|
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX27
|
2011-01-24 19:55:02 +01:00
|
|
|
help
|
|
|
|
Include support for IMX27 IPCAM platform. This includes specific
|
|
|
|
configurations for the board and its peripherals.
|
|
|
|
|
2012-02-28 21:57:50 +01:00
|
|
|
config MACH_IMX27_DT
|
|
|
|
bool "Support i.MX27 platforms from device tree"
|
|
|
|
select SOC_IMX27
|
|
|
|
help
|
|
|
|
Include support for Freescale i.MX27 based platforms
|
|
|
|
using the device tree for discovery
|
|
|
|
|
2009-01-29 14:42:25 +01:00
|
|
|
endif
|
2011-03-17 09:40:29 +01:00
|
|
|
|
2012-09-17 03:38:39 +02:00
|
|
|
if ARCH_MULTI_V6
|
2011-03-17 09:40:29 +01:00
|
|
|
|
|
|
|
comment "MX31 platforms:"
|
|
|
|
|
|
|
|
config MACH_MX31ADS
|
|
|
|
bool "Support MX31ADS platforms"
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
default y
|
2011-03-17 09:40:29 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_SSI
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX31
|
2011-03-17 09:40:29 +01:00
|
|
|
help
|
|
|
|
Include support for MX31ADS platform. This includes specific
|
|
|
|
configurations for the board and its peripherals.
|
|
|
|
|
|
|
|
config MACH_MX31ADS_WM1133_EV1
|
|
|
|
bool "Support Wolfson Microelectronics 1133-EV1 module"
|
|
|
|
depends on MACH_MX31ADS
|
|
|
|
depends on MFD_WM8350_I2C
|
2013-02-14 17:45:58 +01:00
|
|
|
depends on REGULATOR_WM8350 = y
|
2011-03-17 09:40:29 +01:00
|
|
|
help
|
|
|
|
Include support for the Wolfson Microelectronics 1133-EV1 PMU
|
|
|
|
and audio module for the MX31ADS platform.
|
|
|
|
|
|
|
|
config MACH_MX31LILLY
|
|
|
|
bool "Support MX31 LILLY-1131 platforms (INCO startec)"
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
|
|
|
select IMX_HAVE_PLATFORM_IPU_CORE
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_MMC
|
|
|
|
select IMX_HAVE_PLATFORM_SPI_IMX
|
2013-06-06 14:41:57 +02:00
|
|
|
select USB_ULPI_VIEWPORT if USB_ULPI
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX31
|
2011-03-17 09:40:29 +01:00
|
|
|
help
|
|
|
|
Include support for mx31 based LILLY1131 modules. This includes
|
|
|
|
specific configurations for the board and its peripherals.
|
|
|
|
|
|
|
|
config MACH_MX31LITE
|
|
|
|
bool "Support MX31 LITEKIT (LogicPD)"
|
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_MMC
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_RTC
|
|
|
|
select IMX_HAVE_PLATFORM_SPI_IMX
|
2011-05-28 21:05:01 +02:00
|
|
|
select LEDS_GPIO_REGISTER
|
2013-06-06 14:41:57 +02:00
|
|
|
select USB_ULPI_VIEWPORT if USB_ULPI
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX31
|
2011-03-17 09:40:29 +01:00
|
|
|
help
|
|
|
|
Include support for MX31 LITEKIT platform. This includes specific
|
|
|
|
configurations for the board and its peripherals.
|
|
|
|
|
|
|
|
config MACH_PCM037
|
|
|
|
bool "Support Phytec pcm037 (i.MX31) platforms"
|
|
|
|
select IMX_HAVE_PLATFORM_FSL_USB2_UDC
|
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
|
|
|
select IMX_HAVE_PLATFORM_IPU_CORE
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_MMC
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_W1
|
2013-06-06 14:41:57 +02:00
|
|
|
select USB_ULPI_VIEWPORT if USB_ULPI
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX31
|
2011-03-17 09:40:29 +01:00
|
|
|
help
|
|
|
|
Include support for Phytec pcm037 platform. This includes
|
|
|
|
specific configurations for the board and its peripherals.
|
|
|
|
|
|
|
|
config MACH_PCM037_EET
|
|
|
|
bool "Support pcm037 EET board extensions"
|
|
|
|
depends on MACH_PCM037
|
|
|
|
select IMX_HAVE_PLATFORM_GPIO_KEYS
|
|
|
|
select IMX_HAVE_PLATFORM_SPI_IMX
|
|
|
|
help
|
|
|
|
Add support for PCM037 EET baseboard extensions. If you are using the
|
|
|
|
OLED display with EET, use "video=mx3fb:CMEL-OLED" kernel
|
|
|
|
command-line parameter.
|
|
|
|
|
|
|
|
config MACH_MX31_3DS
|
|
|
|
bool "Support MX31PDK (3DS)"
|
|
|
|
select IMX_HAVE_PLATFORM_FSL_USB2_UDC
|
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_KEYPAD
|
2012-05-21 21:09:06 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_SSI
|
2011-03-17 09:40:29 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
|
|
|
select IMX_HAVE_PLATFORM_IPU_CORE
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
2011-09-14 19:04:38 +02:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_MMC
|
2011-03-17 09:40:29 +01:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
|
|
|
select IMX_HAVE_PLATFORM_SPI_IMX
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select MXC_DEBUG_BOARD
|
2013-06-06 14:41:57 +02:00
|
|
|
select USB_ULPI_VIEWPORT if USB_ULPI
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX31
|
2011-03-17 09:40:29 +01:00
|
|
|
help
|
|
|
|
Include support for MX31PDK (3DS) platform. This includes specific
|
|
|
|
configurations for the board and its peripherals.
|
|
|
|
|
|
|
|
config MACH_MX31_3DS_MXC_NAND_USE_BBT
|
|
|
|
bool "Make the MXC NAND driver use the in flash Bad Block Table"
|
|
|
|
depends on MACH_MX31_3DS
|
|
|
|
depends on MTD_NAND_MXC
|
|
|
|
help
|
|
|
|
Enable this if you want that the MXC NAND driver uses the in flash
|
|
|
|
Bad Block Table to know what blocks are bad instead of scanning the
|
|
|
|
entire flash looking for bad block markers.
|
|
|
|
|
|
|
|
config MACH_MX31MOBOARD
|
|
|
|
bool "Support mx31moboard platforms (EPFL Mobots group)"
|
|
|
|
select IMX_HAVE_PLATFORM_FSL_USB2_UDC
|
2012-01-20 18:58:23 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
2011-03-17 09:40:29 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
2012-05-15 13:53:52 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_SSI
|
2011-03-17 09:40:29 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
|
|
|
select IMX_HAVE_PLATFORM_IPU_CORE
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_MMC
|
|
|
|
select IMX_HAVE_PLATFORM_SPI_IMX
|
2011-05-28 21:05:01 +02:00
|
|
|
select LEDS_GPIO_REGISTER
|
2013-06-06 14:41:57 +02:00
|
|
|
select USB_ULPI_VIEWPORT if USB_ULPI
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX31
|
2011-03-17 09:40:29 +01:00
|
|
|
help
|
|
|
|
Include support for mx31moboard platform. This includes specific
|
|
|
|
configurations for the board and its peripherals.
|
|
|
|
|
|
|
|
config MACH_QONG
|
|
|
|
bool "Support Dave/DENX QongEVB-LITE platform"
|
2011-09-19 15:59:46 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
|
|
|
select SOC_IMX31
|
2011-03-17 09:40:29 +01:00
|
|
|
help
|
|
|
|
Include support for Dave/DENX QongEVB-LITE platform. This includes
|
|
|
|
specific configurations for the board and its peripherals.
|
|
|
|
|
|
|
|
config MACH_ARMADILLO5X0
|
|
|
|
bool "Support Atmark Armadillo-500 Development Base Board"
|
|
|
|
select IMX_HAVE_PLATFORM_GPIO_KEYS
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
|
|
|
select IMX_HAVE_PLATFORM_IPU_CORE
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_MMC
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
2013-06-06 14:41:57 +02:00
|
|
|
select USB_ULPI_VIEWPORT if USB_ULPI
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX31
|
2011-03-17 09:40:29 +01:00
|
|
|
help
|
|
|
|
Include support for Atmark Armadillo-500 platform. This includes
|
|
|
|
specific configurations for the board and its peripherals.
|
|
|
|
|
|
|
|
config MACH_KZM_ARM11_01
|
|
|
|
bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX31
|
2011-03-17 09:40:29 +01:00
|
|
|
help
|
|
|
|
Include support for KZM-ARM11-01. This includes specific
|
|
|
|
configurations for the board and its peripherals.
|
|
|
|
|
|
|
|
config MACH_BUG
|
|
|
|
bool "Support Buglabs BUGBase platform"
|
|
|
|
default y
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
|
|
|
select SOC_IMX31
|
2011-03-17 09:40:29 +01:00
|
|
|
help
|
|
|
|
Include support for BUGBase 1.3 platform. This includes specific
|
|
|
|
configurations for the board and its peripherals.
|
|
|
|
|
2012-07-09 21:39:12 +02:00
|
|
|
config MACH_IMX31_DT
|
|
|
|
bool "Support i.MX31 platforms from device tree"
|
|
|
|
select SOC_IMX31
|
|
|
|
help
|
|
|
|
Include support for Freescale i.MX31 based platforms
|
|
|
|
using the device tree for discovery.
|
|
|
|
|
2011-03-17 09:40:29 +01:00
|
|
|
comment "MX35 platforms:"
|
|
|
|
|
2013-12-18 15:10:25 +01:00
|
|
|
config MACH_IMX35_DT
|
|
|
|
bool "Support i.MX35 platforms from device tree"
|
|
|
|
select SOC_IMX35
|
|
|
|
help
|
|
|
|
Include support for Freescale i.MX35 based platforms
|
|
|
|
using the device tree for discovery.
|
|
|
|
|
2011-03-17 09:40:29 +01:00
|
|
|
config MACH_PCM043
|
|
|
|
bool "Support Phytec pcm043 (i.MX35) platforms"
|
|
|
|
select IMX_HAVE_PLATFORM_FLEXCAN
|
|
|
|
select IMX_HAVE_PLATFORM_FSL_USB2_UDC
|
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_SSI
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
|
|
|
select IMX_HAVE_PLATFORM_IPU_CORE
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
|
|
|
select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
|
2013-06-06 14:41:57 +02:00
|
|
|
select USB_ULPI_VIEWPORT if USB_ULPI
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX35
|
2011-03-17 09:40:29 +01:00
|
|
|
help
|
|
|
|
Include support for Phytec pcm043 platform. This includes
|
|
|
|
specific configurations for the board and its peripherals.
|
|
|
|
|
|
|
|
config MACH_MX35_3DS
|
|
|
|
bool "Support MX35PDK platform"
|
|
|
|
select IMX_HAVE_PLATFORM_FSL_USB2_UDC
|
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
2012-04-24 17:48:18 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_FB
|
2011-03-17 09:40:29 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2012-04-24 17:48:18 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IPU_CORE
|
2011-03-17 09:40:29 +01:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
2012-07-04 16:36:28 +02:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_RTC
|
2011-03-17 09:40:29 +01:00
|
|
|
select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select MXC_DEBUG_BOARD
|
|
|
|
select SOC_IMX35
|
2011-03-17 09:40:29 +01:00
|
|
|
help
|
|
|
|
Include support for MX35PDK platform. This includes specific
|
|
|
|
configurations for the board and its peripherals.
|
|
|
|
|
2011-12-13 07:31:43 +01:00
|
|
|
config MACH_EUKREA_CPUIMX35SD
|
2011-03-17 09:40:29 +01:00
|
|
|
bool "Support Eukrea CPUIMX35 Platform"
|
|
|
|
select IMX_HAVE_PLATFORM_FLEXCAN
|
|
|
|
select IMX_HAVE_PLATFORM_FSL_USB2_UDC
|
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
|
|
|
select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
|
2013-06-06 14:41:57 +02:00
|
|
|
select USB_ULPI_VIEWPORT if USB_ULPI
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX35
|
2011-03-17 09:40:29 +01:00
|
|
|
help
|
|
|
|
Include support for Eukrea CPUIMX35 platform. This includes
|
|
|
|
specific configurations for the board and its peripherals.
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Baseboard"
|
2011-12-13 07:31:43 +01:00
|
|
|
depends on MACH_EUKREA_CPUIMX35SD
|
2011-03-17 09:40:29 +01:00
|
|
|
default MACH_EUKREA_MBIMXSD35_BASEBOARD
|
|
|
|
|
|
|
|
config MACH_EUKREA_MBIMXSD35_BASEBOARD
|
|
|
|
bool "Eukrea MBIMXSD development board"
|
|
|
|
select IMX_HAVE_PLATFORM_GPIO_KEYS
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_SSI
|
|
|
|
select IMX_HAVE_PLATFORM_IPU_CORE
|
2012-05-08 09:20:19 +02:00
|
|
|
select IMX_HAVE_PLATFORM_SPI_IMX
|
2011-05-28 21:05:01 +02:00
|
|
|
select LEDS_GPIO_REGISTER
|
2011-03-17 09:40:29 +01:00
|
|
|
help
|
|
|
|
This adds board specific devices that can be found on Eukrea's
|
|
|
|
MBIMXSD evaluation board.
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config MACH_VPR200
|
|
|
|
bool "Support VPR200 platform"
|
|
|
|
select IMX_HAVE_PLATFORM_FSL_USB2_UDC
|
|
|
|
select IMX_HAVE_PLATFORM_GPIO_KEYS
|
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2011-03-17 09:40:29 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IPU_CORE
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
|
|
|
select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX35
|
2011-03-17 09:40:29 +01:00
|
|
|
help
|
|
|
|
Include support for VPR200 platform. This includes specific
|
|
|
|
configurations for the board and its peripherals.
|
|
|
|
|
2012-09-17 03:38:39 +02:00
|
|
|
endif
|
|
|
|
|
|
|
|
if ARCH_MULTI_V7
|
|
|
|
|
2011-11-07 12:36:48 +01:00
|
|
|
comment "i.MX51 machines:"
|
|
|
|
|
|
|
|
config MACH_IMX51_DT
|
|
|
|
bool "Support i.MX51 platforms from device tree"
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX51
|
2011-11-07 12:36:48 +01:00
|
|
|
help
|
|
|
|
Include support for Freescale i.MX51 based platforms
|
|
|
|
using the device tree for discovery
|
|
|
|
|
|
|
|
config MACH_MX51_BABBAGE
|
|
|
|
bool "Support MX51 BABBAGE platforms"
|
|
|
|
select IMX_HAVE_PLATFORM_FSL_USB2_UDC
|
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
|
|
|
select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
|
|
|
|
select IMX_HAVE_PLATFORM_SPI_IMX
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX51
|
2011-11-07 12:36:48 +01:00
|
|
|
help
|
|
|
|
Include support for MX51 Babbage platform, also known as MX51EVK in
|
|
|
|
u-boot. This includes specific configurations for the board and its
|
|
|
|
peripherals.
|
|
|
|
|
|
|
|
config MACH_EUKREA_CPUIMX51SD
|
|
|
|
bool "Support Eukrea CPUIMX51SD module"
|
|
|
|
select IMX_HAVE_PLATFORM_FSL_USB2_UDC
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
2011-11-07 12:36:48 +01:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
|
|
|
select IMX_HAVE_PLATFORM_SPI_IMX
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX51
|
2011-11-07 12:36:48 +01:00
|
|
|
help
|
|
|
|
Include support for Eukrea CPUIMX51SD platform. This includes
|
|
|
|
specific configurations for the module and its peripherals.
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Baseboard"
|
|
|
|
depends on MACH_EUKREA_CPUIMX51SD
|
|
|
|
default MACH_EUKREA_MBIMXSD51_BASEBOARD
|
|
|
|
|
|
|
|
config MACH_EUKREA_MBIMXSD51_BASEBOARD
|
|
|
|
prompt "Eukrea MBIMXSD development board"
|
|
|
|
bool
|
2012-05-08 09:20:22 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_SSI
|
2011-11-07 12:36:48 +01:00
|
|
|
select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
|
|
|
|
select LEDS_GPIO_REGISTER
|
|
|
|
help
|
|
|
|
This adds board specific devices that can be found on Eukrea's
|
|
|
|
MBIMXSD evaluation board.
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2012-08-12 17:21:39 +02:00
|
|
|
comment "Device tree only"
|
2011-11-07 12:36:48 +01:00
|
|
|
|
2013-10-29 06:15:54 +01:00
|
|
|
config SOC_IMX50
|
|
|
|
bool "i.MX50 support"
|
|
|
|
select HAVE_IMX_SRC
|
2013-11-16 15:25:02 +01:00
|
|
|
select PINCTRL_IMX50
|
2013-10-29 06:15:54 +01:00
|
|
|
select SOC_IMX5
|
|
|
|
|
|
|
|
help
|
|
|
|
This enables support for Freescale i.MX50 processor.
|
|
|
|
|
2012-08-12 17:21:39 +02:00
|
|
|
config SOC_IMX53
|
|
|
|
bool "i.MX53 support"
|
2013-03-28 17:35:22 +01:00
|
|
|
select HAVE_IMX_SRC
|
2012-10-25 13:28:33 +02:00
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
2012-08-12 17:21:39 +02:00
|
|
|
select PINCTRL_IMX53
|
ARM: config: sort select statements alphanumerically
As suggested by Andrew Morton:
This is a pet peeve of mine. Any time there's a long list of items
(header file inclusions, kconfig entries, array initalisers, etc) and
someone wants to add a new item, they *always* go and stick it at the
end of the list.
Guys, don't do this. Either put the new item into a randomly-chosen
position or, probably better, alphanumerically sort the list.
lets sort all our select statements alphanumerically. This commit was
created by the following perl:
while (<>) {
while (/\\\s*$/) {
$_ .= <>;
}
undef %selects if /^\s*config\s+/;
if (/^\s+select\s+(\w+).*/) {
if (defined($selects{$1})) {
if ($selects{$1} eq $_) {
print STDERR "Warning: removing duplicated $1 entry\n";
} else {
print STDERR "Error: $1 differently selected\n".
"\tOld: $selects{$1}\n".
"\tNew: $_\n";
exit 1;
}
}
$selects{$1} = $_;
next;
}
if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or
/^endif/ or /^endchoice/)) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
undef %selects;
}
print;
}
if (%selects) {
foreach $k (sort (keys %selects)) {
print "$selects{$k}";
}
}
It found two duplicates:
Warning: removing duplicated S5P_SETUP_MIPIPHY entry
Warning: removing duplicated HARDIRQS_SW_RESEND entry
and they are identical duplicates, hence the shrinkage in the diffstat
of two lines.
We have four testers reporting success of this change (Tony, Stephen,
Linus and Sekhar.)
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-10-06 18:12:25 +02:00
|
|
|
select SOC_IMX5
|
2011-11-07 12:36:48 +01:00
|
|
|
|
|
|
|
help
|
2012-08-12 17:21:39 +02:00
|
|
|
This enables support for Freescale i.MX53 processor.
|
2011-10-02 09:09:11 +02:00
|
|
|
|
|
|
|
config SOC_IMX6Q
|
2013-04-01 16:13:32 +02:00
|
|
|
bool "i.MX6 Quad/DualLite support"
|
2012-07-19 17:16:30 +02:00
|
|
|
select ARCH_HAS_CPUFREQ
|
|
|
|
select ARCH_HAS_OPP
|
2012-10-23 13:44:34 +02:00
|
|
|
select ARM_ERRATA_754322
|
|
|
|
select ARM_ERRATA_764369 if SMP
|
|
|
|
select ARM_ERRATA_775420
|
2011-10-02 09:09:11 +02:00
|
|
|
select ARM_GIC
|
|
|
|
select CPU_V7
|
2013-02-28 00:28:14 +01:00
|
|
|
select HAVE_ARM_SCU if SMP
|
2013-02-16 01:02:20 +01:00
|
|
|
select HAVE_ARM_TWD if SMP
|
2013-03-21 00:39:42 +01:00
|
|
|
select HAVE_IMX_ANATOP
|
2011-09-06 08:39:44 +02:00
|
|
|
select HAVE_IMX_GPC
|
|
|
|
select HAVE_IMX_MMDC
|
2013-01-11 15:08:27 +01:00
|
|
|
select HAVE_IMX_SRC
|
2011-12-07 16:38:04 +01:00
|
|
|
select HAVE_SMP
|
2012-09-05 04:57:15 +02:00
|
|
|
select MFD_SYSCON
|
2013-09-26 04:45:35 +02:00
|
|
|
select MIGHT_HAVE_PCI
|
|
|
|
select PCI_DOMAINS if PCI
|
2012-05-02 13:31:21 +02:00
|
|
|
select PINCTRL_IMX6Q
|
2012-10-23 13:44:34 +02:00
|
|
|
select PL310_ERRATA_588369 if CACHE_PL310
|
|
|
|
select PL310_ERRATA_727915 if CACHE_PL310
|
|
|
|
select PL310_ERRATA_769419 if CACHE_PL310
|
2012-07-19 17:16:30 +02:00
|
|
|
select PM_OPP if PM
|
2011-10-02 09:09:11 +02:00
|
|
|
|
|
|
|
help
|
|
|
|
This enables support for Freescale i.MX6 Quad processor.
|
|
|
|
|
2013-05-03 05:24:47 +02:00
|
|
|
config SOC_IMX6SL
|
|
|
|
bool "i.MX6 SoloLite support"
|
|
|
|
select ARM_ERRATA_754322
|
|
|
|
select ARM_ERRATA_775420
|
|
|
|
select ARM_GIC
|
|
|
|
select CPU_V7
|
|
|
|
select HAVE_IMX_ANATOP
|
|
|
|
select HAVE_IMX_GPC
|
|
|
|
select HAVE_IMX_MMDC
|
|
|
|
select HAVE_IMX_SRC
|
2013-06-03 15:46:53 +02:00
|
|
|
select MFD_SYSCON
|
2013-05-03 05:24:47 +02:00
|
|
|
select PINCTRL_IMX6SL
|
|
|
|
select PL310_ERRATA_588369 if CACHE_PL310
|
|
|
|
select PL310_ERRATA_727915 if CACHE_PL310
|
|
|
|
select PL310_ERRATA_769419 if CACHE_PL310
|
|
|
|
|
|
|
|
help
|
|
|
|
This enables support for Freescale i.MX6 SoloLite processor.
|
|
|
|
|
2013-05-28 11:12:21 +02:00
|
|
|
config SOC_VF610
|
|
|
|
bool "Vybrid Family VF610 support"
|
|
|
|
select CPU_V7
|
|
|
|
select ARM_GIC
|
|
|
|
select CLKSRC_OF
|
|
|
|
select PINCTRL_VF610
|
|
|
|
select VF_PIT_TIMER
|
|
|
|
select PL310_ERRATA_588369 if CACHE_PL310
|
|
|
|
select PL310_ERRATA_727915 if CACHE_PL310
|
|
|
|
select PL310_ERRATA_769419 if CACHE_PL310
|
|
|
|
|
|
|
|
help
|
|
|
|
This enable support for Freescale Vybrid VF610 processor.
|
|
|
|
|
2011-03-17 09:40:29 +01:00
|
|
|
endif
|
2012-09-13 09:51:15 +02:00
|
|
|
|
|
|
|
source "arch/arm/mach-imx/devices/Kconfig"
|
2012-09-13 13:48:07 +02:00
|
|
|
|
2012-09-17 03:38:39 +02:00
|
|
|
endmenu
|