All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Graf <agraf@suse.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 2/2] arm: qemu-arm: enable PL031 (RTC) in defconfig
Date: Wed, 4 Jul 2018 10:56:22 +0200	[thread overview]
Message-ID: <ba3d9c88-9a77-6dc2-58b4-af2cecf12566@suse.de> (raw)
In-Reply-To: <20180704073628.23596-3-takahiro.akashi@linaro.org>

On 07/04/2018 09:36 AM, AKASHI Takahiro wrote:
> Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
> ---
>   configs/qemu_arm64_defconfig | 2 ++
>   configs/qemu_arm_defconfig   | 2 ++
>   2 files changed, 4 insertions(+)
>
> diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig
> index cdf5072fe4..f3e3963860 100644
> --- a/configs/qemu_arm64_defconfig
> +++ b/configs/qemu_arm64_defconfig
> @@ -28,3 +28,5 @@ CONFIG_USB=y
>   CONFIG_DM_USB=y
>   CONFIG_USB_EHCI_HCD=y
>   CONFIG_USB_EHCI_PCI=y
> +CONFIG_DM_RTC=y
> +CONFIG_RTC_PL031=y

Is there any particular reason you don't just do select statements in 
the ARCH_QEMU definition? Or maybe imply?


Alex

> diff --git a/configs/qemu_arm_defconfig b/configs/qemu_arm_defconfig
> index bbce6cd719..28dfba0283 100644
> --- a/configs/qemu_arm_defconfig
> +++ b/configs/qemu_arm_defconfig
> @@ -28,3 +28,5 @@ CONFIG_USB=y
>   CONFIG_DM_USB=y
>   CONFIG_USB_EHCI_HCD=y
>   CONFIG_USB_EHCI_PCI=y
> +CONFIG_DM_RTC=y
> +CONFIG_RTC_PL031=y

  reply	other threads:[~2018-07-04  8:56 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-04  7:36 [U-Boot] [PATCH v2 0/2] arm: qemu-arm: enable PL031 (RTC) AKASHI Takahiro
2018-07-04  7:36 ` [U-Boot] [PATCH v2 1/2] rtc: pl031: convert the driver to driver model AKASHI Takahiro
2018-07-04  8:53   ` Alexander Graf
2018-07-04 11:29     ` Tuomas Tynkkynen
2018-07-05  8:30     ` AKASHI Takahiro
2018-07-04 10:50   ` Heinrich Schuchardt
2018-07-05  9:37     ` AKASHI Takahiro
2018-07-04 11:35   ` Tuomas Tynkkynen
2018-07-05  7:12     ` AKASHI Takahiro
2018-07-09  0:50       ` AKASHI Takahiro
2018-07-10 20:49         ` Simon Glass
2018-07-04  7:36 ` [U-Boot] [PATCH v2 2/2] arm: qemu-arm: enable PL031 (RTC) in defconfig AKASHI Takahiro
2018-07-04  8:56   ` Alexander Graf [this message]
2018-07-04 10:25     ` Heinrich Schuchardt
2018-07-05  6:59       ` AKASHI Takahiro

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=ba3d9c88-9a77-6dc2-58b4-af2cecf12566@suse.de \
    --to=agraf@suse.de \
    --cc=u-boot@lists.denx.de \
    /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.