2019-05-19 15:07:45 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2022-04-04 23:52:18 +03:00
|
|
|
menuconfig ARCH_PXA
|
|
|
|
bool "PXA2xx/PXA3xx-based"
|
|
|
|
depends on ARCH_MULTI_V5
|
ARM: multiplatform changes, part 2
The second part of the multiplatform changes now converts the
Intel/Marvell PXA platform along with the rest. The patches went through
several rebases before the merge window as bugs were found, so they
remained separate.
This has to touch a lot of drivers, in particular the touchscreen,
pcmcia, sound and clk bits, to detach the driver files from the
platform and board specific header files.
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAmKZKqsACgkQmmx57+YA
GNnO/w//dgJBlkmoIIKlG2eJsvoUKwDt7MuLEMCqSqYYUSvMENFwKK66INMDIJ3l
PmKf94JadlpBm2OB2vzW+D1EtaLGX9eXZkKD+vyB1I1yFkKdzEPcAfitfrRwe58E
pR4nQd/jVL4UCY+pp442O1q9VvMpMV9P4ILJGPS/PpsD5CT9Gn8m9svIIuNuDRFd
nwpyZC3l32jVLo9iuLmwZUvxtOWI3hTqZrnxhByBhlvtnGexRsq/VhfubK2uzBi1
CyWHjqzOSmseGmsUDwv9LFqVV9YRCeisS3IElA5L0VgM0XvHKA+f9qyF7V6zI20g
y9LtqhdAtiTpE/aUrOW2LDYaM/bc7RilYZrWchoZbCEsHhV4C+ld3QoTyxvGscvG
tbznhvZKdUNX8LHS0J9NqIj1q1YGN5ei5r/C5R8DBj1q8VcTVnq3dms8xzVTd35o
xS5BbLFliiI96jc7S6LaQizXheYjAfdPhmXUAxNXvWIVQ6SXnf8/U/RB9Zzjb8hm
FH2Gu8m/Dh2MHKBBRWSVw8VahV0V7WiEaWeYuwwTbW1wUrsWiizVaPnqrt6Cq9DW
oJZgBvktWEXUQz73qrnvwo9GjcKqAxaWKWq05hHKHKuLGezsPAyIhIKr51V2xqqw
cp2OIMCsN5GYENOhHvt6BMRAI5iA4VyFDtWAqw9B6EIwno6N7Z4=
=cnSb
-----END PGP SIGNATURE-----
Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Pull more ARM multiplatform updates from Arnd Bergmann:
"The second part of the multiplatform changes now converts the
Intel/Marvell PXA platform along with the rest. The patches went
through several rebases before the merge window as bugs were found, so
they remained separate.
This has to touch a lot of drivers, in particular the touchscreen,
pcmcia, sound and clk bits, to detach the driver files from the
platform and board specific header files"
* tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (48 commits)
ARM: pxa/mmp: remove traces of plat-pxa
ARM: pxa: convert to multiplatform
ARM: pxa/sa1100: move I/O space to PCI_IOBASE
ARM: pxa: remove support for MTD_XIP
ARM: pxa: move mach/*.h to mach-pxa/
ARM: PXA: fix multi-cpu build of xsc3
ARM: pxa: move plat-pxa to drivers/soc/
ARM: mmp: rename pxa_register_device
ARM: mmp: remove tavorevb board support
ARM: pxa: remove unused mach/bitfield.h
ARM: pxa: move clk register definitions to driver
ARM: pxa: move smemc register access from clk to platform
cpufreq: pxa3: move clk register access to clk driver
ARM: pxa: remove get_clk_frequency_khz()
ARM: pxa: pcmcia: move smemc configuration back to arch
ASoC: pxa: i2s: use normal MMIO accessors
ASoC: pxa: ac97: use normal MMIO accessors
ASoC: pxa: use pdev resource for FIFO regs
Input: wm97xx - get rid of irq_enable method in wm97xx_mach_ops
Input: wm97xx - switch to using threaded IRQ
...
2022-06-03 01:23:54 +03:00
|
|
|
depends on CPU_LITTLE_ENDIAN
|
2022-04-04 23:52:18 +03:00
|
|
|
select ARM_CPU_SUSPEND if PM
|
|
|
|
select CLKSRC_PXA
|
|
|
|
select CLKSRC_MMIO
|
|
|
|
select TIMER_OF
|
|
|
|
select CPU_XSCALE if !CPU_XSC3
|
|
|
|
select GPIO_PXA
|
|
|
|
select GPIOLIB
|
|
|
|
select PLAT_PXA
|
|
|
|
help
|
|
|
|
Support for Intel/Marvell's PXA2xx/PXA3xx processor line.
|
|
|
|
|
2005-04-17 02:20:36 +04:00
|
|
|
if ARCH_PXA
|
|
|
|
|
2016-04-10 22:29:59 +03:00
|
|
|
config MACH_PXA25X_DT
|
|
|
|
bool "Support PXA25x platforms from device tree"
|
|
|
|
select PINCTRL
|
|
|
|
select POWER_SUPPLY
|
|
|
|
select PXA25x
|
|
|
|
select USE_OF
|
|
|
|
help
|
|
|
|
Include support for Marvell PXA25x based platforms using
|
|
|
|
the device tree. Needn't select any other machine while
|
|
|
|
MACH_PXA25x_DT is enabled.
|
|
|
|
|
2014-09-28 16:13:21 +04:00
|
|
|
config MACH_PXA27X_DT
|
|
|
|
bool "Support PXA27x platforms from device tree"
|
2016-04-02 21:56:02 +03:00
|
|
|
select PINCTRL
|
2014-09-28 16:13:21 +04:00
|
|
|
select POWER_SUPPLY
|
|
|
|
select PXA27x
|
|
|
|
select USE_OF
|
|
|
|
help
|
|
|
|
Include support for Marvell PXA27x based platforms using
|
|
|
|
the device tree. Needn't select any other machine while
|
|
|
|
MACH_PXA27X_DT is enabled.
|
|
|
|
|
2012-07-25 19:54:41 +04:00
|
|
|
config MACH_PXA3XX_DT
|
|
|
|
bool "Support PXA3xx platforms from device tree"
|
|
|
|
select CPU_PXA300
|
2023-01-09 11:30:53 +03:00
|
|
|
select CPU_PXA310
|
|
|
|
select CPU_PXA320
|
2016-04-02 21:56:02 +03:00
|
|
|
select PINCTRL
|
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 20:12:25 +04:00
|
|
|
select POWER_SUPPLY
|
|
|
|
select PXA3xx
|
2012-07-25 19:54:41 +04:00
|
|
|
select USE_OF
|
|
|
|
help
|
|
|
|
Include support for Marvell PXA3xx based platforms using
|
|
|
|
the device tree. Needn't select any other machine while
|
|
|
|
MACH_PXA3XX_DT is enabled.
|
|
|
|
|
ARM: pxa: add Kconfig dependencies for ATAGS based boards
Most of the traditional board files are no longer used by anyone and
will be removed next year, while the DT based machine support remains.
Adding a CONFIG_ATAGS dependency around all the board files means
that they now actaully get disabled when ATAGS support is left out,
and the individual boards that have no known users are marked
as depending on CONFIG_UNUSED_BOARD_FILES, with the plan to remove
them in early 2023 unless someone else shows interest.
Laurence de Bruxelles intends to work on converting the Spitz/Akita/Borzoi
family of Sharp Zaurus SL machines to DT, to make that easier those
remain for the moment.
In addition, the "Gumstix" machine is the one that is supported in
qemu with 256MB of RAM, which makes it particularly nice for testing,
I'm leaving it in hoping that someone can take care of converting it to
DT as well.
Finally, Marc Zyngier is still able to test the Zeus and Viper machines,
so these could be saved as well if anyone wants to conver them to DT.
This seems less likely, so I'm marking them as unused for the time being.
For the defconfig files, both the pxa3xx_defconfig and pxa_defconfig
now only enable the boards that are not marked as unused, while all the
other ones explicitly enable CONFIG_UNUSED_BOARD_FILES to still allow
building the kernels.
Cc: Robert Jarzmik <robert.jarzmik@free.fr>
Cc: Daniel Mack <daniel@zonque.org>
Cc: Laurence de Bruxelles <lfdebrux@gmail.com>
Acked-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2022-07-18 18:36:08 +03:00
|
|
|
if ATAGS
|
|
|
|
|
2022-09-29 16:24:20 +03:00
|
|
|
comment "Legacy board files"
|
2010-02-05 19:31:48 +03:00
|
|
|
|
2009-10-12 05:32:07 +04:00
|
|
|
config ARCH_GUMSTIX
|
|
|
|
bool "Gumstix XScale 255 boards"
|
2008-08-14 19:20:31 +04:00
|
|
|
select PXA25x
|
2009-10-12 05:32:07 +04:00
|
|
|
help
|
|
|
|
Say Y here if you intend to run this kernel on
|
|
|
|
Basix, Connex, ws-200ax, ws-400ax systems
|
2008-07-01 18:45:10 +04:00
|
|
|
|
2009-10-12 05:32:07 +04:00
|
|
|
choice
|
|
|
|
prompt "Gumstix Carrier/Expansion Board"
|
|
|
|
depends on ARCH_GUMSTIX
|
2007-11-19 15:16:56 +03:00
|
|
|
|
2009-10-12 05:32:07 +04:00
|
|
|
config GUMSTIX_AM200EPD
|
|
|
|
bool "Enable AM200EPD board support"
|
2007-11-19 15:16:56 +03:00
|
|
|
|
2009-10-12 05:32:07 +04:00
|
|
|
config GUMSTIX_AM300EPD
|
|
|
|
bool "Enable AM300EPD board support"
|
2008-06-26 01:39:31 +04:00
|
|
|
|
2009-10-12 05:32:07 +04:00
|
|
|
endchoice
|
2007-11-19 15:16:56 +03:00
|
|
|
|
2009-10-12 05:32:07 +04:00
|
|
|
config PXA_SHARPSL
|
|
|
|
bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models"
|
|
|
|
select SHARP_PARAM
|
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 20:12:25 +04:00
|
|
|
select SHARP_SCOOP
|
2008-11-21 00:50:46 +03:00
|
|
|
help
|
2009-10-12 05:32:07 +04:00
|
|
|
Say Y here if you intend to run this kernel on a
|
|
|
|
Sharp Zaurus SL-5600 (Poodle), SL-C700 (Corgi),
|
|
|
|
SL-C750 (Shepherd), SL-C760 (Husky), SL-C1000 (Akita),
|
|
|
|
SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa)
|
2008-11-21 00:50:46 +03:00
|
|
|
handheld computer.
|
2008-08-29 18:47:52 +04:00
|
|
|
|
2010-06-23 05:27:32 +04:00
|
|
|
config PXA_SHARPSL_DETECT_MACH_ID
|
|
|
|
bool "Detect machine ID at run-time in the decompressor"
|
|
|
|
depends on PXA_SHARPSL
|
|
|
|
help
|
|
|
|
Say Y here if you want the zImage decompressor to detect
|
|
|
|
the Zaurus machine ID at run-time. For latest kexec-based
|
|
|
|
boot loader, this is not necessary.
|
|
|
|
|
2009-10-12 05:32:07 +04:00
|
|
|
config MACH_AKITA
|
|
|
|
bool "Enable Sharp SL-1000 (Akita) Support"
|
|
|
|
depends on PXA_SHARPSL
|
|
|
|
select I2C
|
|
|
|
select I2C_PXA
|
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 20:12:25 +04:00
|
|
|
select MACH_SPITZ
|
|
|
|
select PXA27x
|
|
|
|
select PXA_SHARP_Cxx00
|
2009-02-16 20:40:55 +03:00
|
|
|
|
2009-10-12 05:32:07 +04:00
|
|
|
config MACH_SPITZ
|
|
|
|
bool "Enable Sharp Zaurus SL-3000 (Spitz) Support"
|
|
|
|
depends on PXA_SHARPSL
|
|
|
|
select PXA27x
|
|
|
|
select PXA_SHARP_Cxx00
|
2009-02-16 20:40:57 +03:00
|
|
|
|
2009-10-12 05:32:07 +04:00
|
|
|
config MACH_BORZOI
|
|
|
|
bool "Enable Sharp Zaurus SL-3100 (Borzoi) Support"
|
|
|
|
depends on PXA_SHARPSL
|
2008-07-09 11:08:17 +04:00
|
|
|
select PXA27x
|
2009-10-12 05:32:07 +04:00
|
|
|
select PXA_SHARP_Cxx00
|
|
|
|
|
ARM: pxa: add Kconfig dependencies for ATAGS based boards
Most of the traditional board files are no longer used by anyone and
will be removed next year, while the DT based machine support remains.
Adding a CONFIG_ATAGS dependency around all the board files means
that they now actaully get disabled when ATAGS support is left out,
and the individual boards that have no known users are marked
as depending on CONFIG_UNUSED_BOARD_FILES, with the plan to remove
them in early 2023 unless someone else shows interest.
Laurence de Bruxelles intends to work on converting the Spitz/Akita/Borzoi
family of Sharp Zaurus SL machines to DT, to make that easier those
remain for the moment.
In addition, the "Gumstix" machine is the one that is supported in
qemu with 256MB of RAM, which makes it particularly nice for testing,
I'm leaving it in hoping that someone can take care of converting it to
DT as well.
Finally, Marc Zyngier is still able to test the Zeus and Viper machines,
so these could be saved as well if anyone wants to conver them to DT.
This seems less likely, so I'm marking them as unused for the time being.
For the defconfig files, both the pxa3xx_defconfig and pxa_defconfig
now only enable the boards that are not marked as unused, while all the
other ones explicitly enable CONFIG_UNUSED_BOARD_FILES to still allow
building the kernels.
Cc: Robert Jarzmik <robert.jarzmik@free.fr>
Cc: Daniel Mack <daniel@zonque.org>
Cc: Laurence de Bruxelles <lfdebrux@gmail.com>
Acked-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2022-07-18 18:36:08 +03:00
|
|
|
endif # ATAGS
|
2005-04-17 02:20:36 +04:00
|
|
|
|
|
|
|
config PXA25x
|
|
|
|
bool
|
2008-10-26 13:55:14 +03:00
|
|
|
select CPU_XSCALE
|
2005-04-17 02:20:36 +04:00
|
|
|
help
|
|
|
|
Select code specific to PXA21x/25x/26x variants
|
|
|
|
|
|
|
|
config PXA27x
|
|
|
|
bool
|
2008-10-26 13:55:14 +03:00
|
|
|
select CPU_XSCALE
|
2005-04-17 02:20:36 +04:00
|
|
|
help
|
|
|
|
Select code specific to PXA27x variants
|
|
|
|
|
2007-09-12 06:13:17 +04:00
|
|
|
config PXA3xx
|
|
|
|
bool
|
2008-10-26 13:55:14 +03:00
|
|
|
select CPU_XSC3
|
2007-09-12 06:13:17 +04:00
|
|
|
help
|
|
|
|
Select code specific to PXA3xx variants
|
|
|
|
|
2009-11-09 09:37:59 +03:00
|
|
|
config CPU_PXA300
|
|
|
|
bool
|
|
|
|
select PXA3xx
|
|
|
|
help
|
|
|
|
PXA300 (codename Monahans-L)
|
|
|
|
|
|
|
|
config CPU_PXA310
|
|
|
|
bool
|
|
|
|
select CPU_PXA300
|
|
|
|
help
|
|
|
|
PXA310 (codename Monahans-LV)
|
|
|
|
|
|
|
|
config CPU_PXA320
|
|
|
|
bool
|
|
|
|
select PXA3xx
|
|
|
|
help
|
|
|
|
PXA320 (codename Monahans-P)
|
|
|
|
|
2005-09-13 12:25:34 +04:00
|
|
|
config PXA_SHARP_Cxx00
|
|
|
|
bool
|
2006-01-05 23:44:55 +03:00
|
|
|
select SHARPSL_PM
|
2005-09-13 12:25:34 +04:00
|
|
|
help
|
|
|
|
Enable common support for Sharp Cxx00 models
|
|
|
|
|
2010-06-22 13:15:32 +04:00
|
|
|
config SHARPSL_PM
|
|
|
|
bool
|
|
|
|
select APM_EMULATION
|
|
|
|
select SHARPSL_PM_MAX1111
|
2010-04-27 10:43:03 +04:00
|
|
|
|
2010-06-22 13:15:32 +04:00
|
|
|
config SHARPSL_PM_MAX1111
|
|
|
|
bool
|
|
|
|
select HWMON
|
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 20:12:25 +04:00
|
|
|
select SENSORS_MAX1111
|
2011-10-02 00:03:58 +04:00
|
|
|
select SPI
|
|
|
|
select SPI_MASTER
|
2010-04-27 10:43:03 +04:00
|
|
|
|
2005-04-17 02:20:36 +04:00
|
|
|
endif
|