mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
iio: light: Drop BU27008 and BU27010
The ROHM BU27008 and BU27010 RGB sensors got cancelled. I was informed they never reached mass production stage. Keeping the drivers around is waste of maintenance resources. Drop the drivers. Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://patch.msgid.link/f4d0aa31f29f160a06cba4856a034fa5636d3372.1732819203.git.mazziesaccount@gmail.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
7a91aee8ef
commit
91407b5518
|
|
@ -20314,7 +20314,6 @@ ROHM BU270xx LIGHT SENSOR DRIVERs
|
|||
M: Matti Vaittinen <mazziesaccount@gmail.com>
|
||||
L: linux-iio@vger.kernel.org
|
||||
S: Supported
|
||||
F: drivers/iio/light/rohm-bu27008.c
|
||||
F: drivers/iio/light/rohm-bu27034.c
|
||||
|
||||
ROHM MULTIFUNCTION BD9571MWV-M PMIC DEVICE DRIVERS
|
||||
|
|
|
|||
|
|
@ -329,22 +329,6 @@ config JSA1212
|
|||
To compile this driver as a module, choose M here:
|
||||
the module will be called jsa1212.
|
||||
|
||||
config ROHM_BU27008
|
||||
tristate "ROHM BU27008 color (RGB+C/IR) sensor"
|
||||
depends on I2C
|
||||
select REGMAP_I2C
|
||||
select IIO_GTS_HELPER
|
||||
select IIO_BUFFER
|
||||
select IIO_TRIGGERED_BUFFER
|
||||
help
|
||||
Enable support for the ROHM BU27008 color sensor.
|
||||
The ROHM BU27008 is a sensor with 5 photodiodes (red, green,
|
||||
blue, clear and IR) with four configurable channels. Red and
|
||||
green being always available and two out of the rest three
|
||||
(blue, clear, IR) can be selected to be simultaneously measured.
|
||||
Typical application is adjusting LCD backlight of TVs,
|
||||
mobile phones and tablet PCs.
|
||||
|
||||
config ROHM_BU27034
|
||||
tristate "ROHM BU27034 ambient light sensor"
|
||||
depends on I2C
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@ obj-$(CONFIG_NOA1305) += noa1305.o
|
|||
obj-$(CONFIG_OPT3001) += opt3001.o
|
||||
obj-$(CONFIG_OPT4001) += opt4001.o
|
||||
obj-$(CONFIG_PA12203001) += pa12203001.o
|
||||
obj-$(CONFIG_ROHM_BU27008) += rohm-bu27008.o
|
||||
obj-$(CONFIG_ROHM_BU27034) += rohm-bu27034.o
|
||||
obj-$(CONFIG_RPR0521) += rpr0521.o
|
||||
obj-$(CONFIG_SI1133) += si1133.o
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user