mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Felipe Balbi <me@felipebalbi.com>
To: Felipe Contreras <felipe.contreras@gmail.com>
Cc: <balbi@ti.com>, <linux-usb@vger.kernel.org>,
	linux-omap <linux-omap@vger.kernel.org>,
	linux-main <linux-kernel@vger.kernel.org>,
	Greg KH <greg@kroah.com>, Tony Lindgren <tony@atomide.com>
Subject: Re: [PATCH v2 3/3] drivers: cleanup Kconfig stuff
Date: Tue, 19 Oct 2010 10:05:33 -0500	[thread overview]
Message-ID: <6ea089ac75d4d15d88698468eacb7fe3@secure211.sgcpanel.com> (raw)
In-Reply-To: <AANLkTim3NsgjC3Nh8VCCrx4cV1Y+kn38=30=en0KCft6@mail.gmail.com>

Hi,

(already at home so using personal email)

On Tue, 19 Oct 2010 17:32:07 +0300, Felipe Contreras
<felipe.contreras@gmail.com> wrote:
> There are two parts, one part is to fix the Kconfigs, and another was
> to come up with a way to replace the horrible defconfigs. Part two is
> mostly fixed thanks to 'make savedefconfig', since the defconfigs are
> not so horrible any more, but part one is a continued effort.
> 
> For part two Linus had the idea to use Kconfigs instead of defconfigs,
> but they would mostly look very similar to the current ones generated
> by 'make savedefconfig'.
> 
> I don't know what makes you think Linus didn't want part one to be
> done. He wanted the Kconfig.rx51 to be human readable, and you are
> proposing that TWL4030_USB should be manually added there... I don't
> think TWL4030_USB says anything to human beings.

I don't read anywhere Linus saying we should clutter drivers/*/Kconfig
with defaults. I think you're inverting things, it's much better
to select TWL4030_USB when you enable MACH_OMAP_RX51 then default y
if MACH_OMAP_RX51.

> Yes, but how do you get rid of the defconfig while also having a
> working USB_G_NOKIA? Somehow a transceiver should be automatically
> selected.

and you do that selection when the board is enabled otherwise the
drivers Kconfig will be cluttered with default Y if blabla.

But like I said before, it's Greg's ball. Personally, I think
you're taking the wrong approach.

-- 
balbi

  reply	other threads:[~2010-10-19 15:34 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-19 10:03 [PATCH v2 0/3] usb: generic Kconfig fixes Felipe Contreras
2010-10-19 10:03 ` [PATCH v2 1/3] usb: fix Kconfig warning Felipe Contreras
2010-10-19 10:28   ` Felipe Balbi
2010-10-19 15:50     ` Greg KH
2010-10-20  6:34   ` Felipe Balbi
2010-10-19 10:03 ` [PATCH v2 2/3] usb: trivial Kconfig cleanups Felipe Contreras
2010-10-19 15:51   ` Greg KH
2010-10-19 17:15     ` Felipe Contreras
2010-10-19 17:50       ` Greg KH
2010-10-19 18:15         ` Felipe Contreras
2010-10-20 18:25   ` Felipe Balbi
2010-10-19 10:03 ` [PATCH v2 3/3] drivers: cleanup Kconfig stuff Felipe Contreras
2010-10-19 10:32   ` Felipe Balbi
2010-10-19 10:59     ` Felipe Contreras
2010-10-19 11:16       ` Felipe Balbi
2010-10-19 11:36         ` Felipe Contreras
2010-10-19 11:52           ` Felipe Balbi
2010-10-19 14:32             ` Felipe Contreras
2010-10-19 15:05               ` Felipe Balbi [this message]
2010-10-19 20:52                 ` Felipe Contreras
2010-10-19 23:44                   ` Tony Lindgren
2010-10-20  0:13                     ` Kevin Hilman
2010-10-20  0:31                       ` Tony Lindgren
2010-10-20  6:35                       ` Felipe Balbi
2010-10-20  8:47                       ` felipe.contreras
2010-10-19 13:40   ` Roger Quadros
2010-10-19 14:33     ` Felipe Contreras
2010-10-20  7:46       ` Roger Quadros
2010-10-20  8:01         ` Felipe Balbi
2010-10-20  8:53         ` felipe.contreras
2010-10-20  9:14           ` Roger Quadros
2010-10-20  9:23             ` Felipe Contreras
2010-10-20 12:33               ` Roger Quadros
2010-10-20 14:38                 ` Felipe Contreras
2010-10-21 14:07                   ` Roger Quadros
2010-10-21 15:41                     ` Felipe Balbi
2010-10-21 15:57                       ` Tony Lindgren
2010-10-20 12:33               ` Roger Quadros
2010-10-20 12:54               ` Felipe Balbi
2010-10-20 14:52                 ` Felipe Contreras
2010-10-20 15:15                   ` Felipe Balbi
2010-10-20 16:22                     ` Felipe Contreras
2010-10-20 17:54                       ` Felipe Balbi
2010-10-21  9:04                         ` Felipe Contreras
2010-10-21 10:24                           ` Felipe Balbi
2010-10-21 10:55                             ` Felipe Contreras
2010-10-19 15:52   ` Greg KH
2010-10-19 16:12     ` Anand Gadiyar
2010-10-19 16:23       ` Greg KH
2010-10-19 17:06       ` Kevin Hilman

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=6ea089ac75d4d15d88698468eacb7fe3@secure211.sgcpanel.com \
    --to=me@felipebalbi.com \
    --cc=balbi@ti.com \
    --cc=felipe.contreras@gmail.com \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=tony@atomide.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®