* help me, Kconfig problem
@ 2012-08-07 12:50 Antti Palosaari
0 siblings, 0 replies; only message in thread
From: Antti Palosaari @ 2012-08-07 12:50 UTC (permalink / raw)
To: linux-media
I added Kernel GPIO interface for cxd2820r driver. What I understand I
should select GPIOLIB in order to compile cxd2820r now. I am not sure if
that problem comes from recent Media Kconfig re-arrangement or not, but
for some reason I didn't saw it earlier.
What I should put for Kconfig in order to prevent these errors?
config DVB_CXD2820R
tristate "Sony CXD2820R"
depends on DVB_CORE && I2C && GPIOLIB
default m if DVB_FE_CUSTOMISE
help
Say Y when you want to support this frontend.
[crope@localhost linux]$ make silentoldconfig
scripts/kconfig/conf --silentoldconfig Kconfig
warning: (VIDEO_EM28XX_DVB && DVB_USB_ANYSEE) selects DVB_CXD2820R which
has unmet direct dependencies (MEDIA_SUPPORT && DVB_CAPTURE_DRIVERS &&
DVB_CORE && I2C && GPIOLIB)
warning: (VIDEO_EM28XX_DVB && DVB_USB_ANYSEE) selects DVB_CXD2820R which
has unmet direct dependencies (MEDIA_SUPPORT && DVB_CAPTURE_DRIVERS &&
DVB_CORE && I2C && GPIOLIB)
***************************************
config DVB_CXD2820R
tristate "Sony CXD2820R"
depends on DVB_CORE && I2C
select GPIOLIB
default m if DVB_FE_CUSTOMISE
help
Say Y when you want to support this frontend.
[crope@localhost linux]$ make silentoldconfig
scripts/kconfig/conf --silentoldconfig Kconfig
drivers/usb/Kconfig:88:error: recursive dependency detected!
drivers/usb/Kconfig:88: symbol USB is selected by MOUSE_APPLETOUCH
drivers/input/mouse/Kconfig:152: symbol MOUSE_APPLETOUCH depends on
USB_ARCH_HAS_HCD
drivers/usb/Kconfig:78: symbol USB_ARCH_HAS_HCD depends on USB_ARCH_HAS_OHCI
drivers/usb/Kconfig:17: symbol USB_ARCH_HAS_OHCI depends on MFD_TC6393XB
drivers/mfd/Kconfig:396: symbol MFD_TC6393XB depends on GPIOLIB
drivers/gpio/Kconfig:35: symbol GPIOLIB is selected by DVB_CXD2820R
drivers/media/dvb/frontends/Kconfig:422: symbol DVB_CXD2820R is selected
by VIDEO_EM28XX_DVB
drivers/media/video/em28xx/Kconfig:33: symbol VIDEO_EM28XX_DVB depends
on V4L_USB_DRIVERS
drivers/media/video/Kconfig:668: symbol V4L_USB_DRIVERS depends on USB
#
# configuration written to .config
#
regards
Antti
--
http://palosaari.fi/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-07 12:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-07 12:50 help me, Kconfig problem Antti Palosaari
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.