From: Antti Palosaari <crope@iki.fi>
To: linux-media <linux-media@vger.kernel.org>
Subject: help me, Kconfig problem
Date: Tue, 07 Aug 2012 15:50:29 +0300 [thread overview]
Message-ID: <50210F15.4060407@iki.fi> (raw)
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/
reply other threads:[~2012-08-07 12:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50210F15.4060407@iki.fi \
--to=crope@iki.fi \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.