public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ACPI: introduce CONFIG_ACPI_REDUCED_HARDWARE_ONLY to enforce this ACPI mode
Date: Tue, 14 Jan 2014 22:26:21 +0100	[thread overview]
Message-ID: <15081767.3kxW799CSQ@wuerfel> (raw)
In-Reply-To: <1389731822-21336-1-git-send-email-al.stone@linaro.org>

On Tuesday 14 January 2014 13:37:02 al.stone at linaro.org wrote:
> +config ACPI_REDUCED_HARDWARE_ONLY
> +       bool "Hardware-reduced ACPI support only"
> +       def_bool n
> +       depends on ACPI && EXPERT

I think this will cause a Kconfig warning if you try to select this
on ARM64 without turning on EXPERT as well. 

It should be ok if you express it as

config ACPI_REDUCED_HARDWARE_ONLY
       bool "Hardware-reduced ACPI support only" if EXPERT
       def_bool n
       depends on ACPI


	Arnd

  reply	other threads:[~2014-01-14 21:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-14 20:37 [PATCH] ACPI: introduce CONFIG_ACPI_REDUCED_HARDWARE_ONLY to enforce this ACPI mode al.stone at linaro.org
2014-01-14 21:26 ` Arnd Bergmann [this message]
2014-01-16  2:17   ` Al Stone
2014-01-16 10:55     ` Arnd Bergmann
2014-01-16 18:35       ` Al Stone
2014-01-17 15:10         ` Arnd Bergmann

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=15081767.3kxW799CSQ@wuerfel \
    --to=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox